Showing
3 changed files
with
9 additions
and
11 deletions
1 | 1 | # Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html |
2 | 2 | |
3 | 3 | one: |
4 | - key: MyString | |
5 | - cert: MyString | |
4 | + key: MyText | |
5 | + cert: MyText | |
6 | + active: false | |
6 | 7 | |
7 | 8 | two: |
8 | - key: MyString | |
9 | - cert: MyString | |
9 | + key: MyText | |
10 | + cert: MyText | |
11 | + active: false | ... | ... |
Please
register
or
login
to post a comment