diff options
Diffstat (limited to 'test/fixtures/game_attributes.yml')
-rw-r--r-- | test/fixtures/game_attributes.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/fixtures/game_attributes.yml b/test/fixtures/game_attributes.yml new file mode 100644 index 0000000..eff7212 --- /dev/null +++ b/test/fixtures/game_attributes.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + game_id: + key: MyText + type: 1 + +two: + game_id: + key: MyText + type: 1 |