mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix linting cops
This commit is contained in:
parent
056fe5ec3f
commit
31212b4f1c
4 changed files with 6 additions and 6 deletions
|
|
@ -10,8 +10,8 @@ Role.create(:name => "Organizer")
|
|||
Role.create(:name => "Admin")
|
||||
|
||||
qtype_yesno = QuestionType.create(:title => "Yes/No")
|
||||
qtype_single = QuestionType.create(:title => "Single Choice")
|
||||
qtype_multiple = QuestionType.create(:title => "Multiple Choice")
|
||||
QuestionType.create(:title => "Single Choice")
|
||||
QuestionType.create(:title => "Multiple Choice")
|
||||
|
||||
answer_yes = Answer.create(:title => "Yes")
|
||||
answer_no = Answer.create(:title => "No")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue