From 07476fd9a2b942e8d6056804bb1cdbd5e9a1c528 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 22 Apr 2014 02:18:48 -0400 Subject: run ./generate.sh --- test/fixtures/statistics.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/fixtures/statistics.yml (limited to 'test/fixtures/statistics.yml') diff --git a/test/fixtures/statistics.yml b/test/fixtures/statistics.yml new file mode 100644 index 0000000..0b5b113 --- /dev/null +++ b/test/fixtures/statistics.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + user_id: + match_id: + name: MyString + value: 1 + +two: + user_id: + match_id: + name: MyString + value: 1 -- cgit v1.2.3-2-g168b