mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
apply StringLiterals cop (remove double quotes, unless there is string interpolation)
This commit is contained in:
parent
f91467a00a
commit
b7c45718d8
45 changed files with 275 additions and 109 deletions
|
|
@ -14,9 +14,9 @@ user.skip_confirmation!
|
|||
user.save!
|
||||
|
||||
# Questions
|
||||
qtype_yesno = QuestionType.create(title: "Yes/No")
|
||||
QuestionType.create(title: "Single Choice")
|
||||
QuestionType.create(title: "Multiple Choice")
|
||||
qtype_yesno = QuestionType.create(title: 'Yes/No')
|
||||
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