mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Rubocop autocorrections
This commit is contained in:
parent
299738f58d
commit
43bef689fc
85 changed files with 622 additions and 578 deletions
|
|
@ -9,9 +9,9 @@ describe SpeakerSerializer, type: :serializer do
|
|||
it 'sets name and affiliation' do
|
||||
expected_json = {
|
||||
speaker: {
|
||||
name: 'John Doe',
|
||||
name: 'John Doe',
|
||||
affiliation: 'JohnDoesInc',
|
||||
biography: nil
|
||||
biography: nil
|
||||
}
|
||||
}.to_json
|
||||
|
||||
|
|
@ -25,9 +25,9 @@ describe SpeakerSerializer, type: :serializer do
|
|||
it 'sets name, affiliation and biography' do
|
||||
expected_json = {
|
||||
speaker: {
|
||||
name: 'John Doe',
|
||||
name: 'John Doe',
|
||||
affiliation: 'JohnDoesInc',
|
||||
biography: 'Doest of all Jon Does'
|
||||
biography: 'Doest of all Jon Does'
|
||||
}
|
||||
}.to_json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue