diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-25 17:56:25 -0400 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-25 17:56:25 -0400 |
commit | d8acc6785ee41a2628cd0d59d91916b2f087290b (patch) | |
tree | bdc6343b90c3ce6015f8c81bf06a250cb9580133 /test/fixtures | |
parent | 53b4f8028fc987b0cf26a7a073fec7064b4b6d8a (diff) | |
parent | 433fc302fe2943e89a36657affea39d578475d20 (diff) |
Adding match status after solving conflicts
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/matches.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/matches.yml b/test/fixtures/matches.yml index 956229c..00af9f5 100644 --- a/test/fixtures/matches.yml +++ b/test/fixtures/matches.yml @@ -1,11 +1,13 @@ # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: + status: 1 tournament_id: name: MyString winner_id: two: + status: 1 tournament_id: name: MyString winner_id: |