initial commit
This commit is contained in:
0
test/fixtures/.keep
vendored
Normal file
0
test/fixtures/.keep
vendored
Normal file
9
test/fixtures/guesses.yml
vendored
Normal file
9
test/fixtures/guesses.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
username: MyString
|
||||
definition: MyString
|
||||
|
||||
two:
|
||||
username: MyString
|
||||
definition: MyString
|
||||
9
test/fixtures/results.yml
vendored
Normal file
9
test/fixtures/results.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
user_id: 1
|
||||
time: MyString
|
||||
|
||||
two:
|
||||
user_id: 1
|
||||
time: MyString
|
||||
11
test/fixtures/solutions.yml
vendored
Normal file
11
test/fixtures/solutions.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
number: 1
|
||||
time: MyString
|
||||
username: MyString
|
||||
|
||||
two:
|
||||
number: 1
|
||||
time: MyString
|
||||
username: MyString
|
||||
9
test/fixtures/users.yml
vendored
Normal file
9
test/fixtures/users.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
username: MyString
|
||||
smf_id: 1
|
||||
|
||||
two:
|
||||
username: MyString
|
||||
smf_id: 1
|
||||
Reference in New Issue
Block a user