diff options
Diffstat (limited to 'test/fixtures/matches.yml')
-rw-r--r-- | test/fixtures/matches.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fixtures/matches.yml b/test/fixtures/matches.yml new file mode 100644 index 0000000..089fc65 --- /dev/null +++ b/test/fixtures/matches.yml @@ -0,0 +1,9 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + tournament_id: + name: MyString + +two: + tournament_id: + name: MyString |