initial commit

This commit is contained in:
Senad Uka
2013-12-09 03:23:49 +01:00
parent 9582c13e0c
commit e8751fa215
204 changed files with 6675 additions and 41 deletions

0
test/fixtures/.keep vendored Normal file
View File

9
test/fixtures/guesses.yml vendored Normal file
View 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
View 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
View 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
View 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