Make rubocop happy again
This commit is contained in:
parent
73ce49de25
commit
40562334c7
4 changed files with 6 additions and 9 deletions
|
|
@ -8,7 +8,7 @@ describe TrackSerializer, type: :serializer do
|
|||
expected_json = {
|
||||
track: {
|
||||
guid: track.guid,
|
||||
name: track.name,
|
||||
name: track.name,
|
||||
color: track.color
|
||||
}
|
||||
}.to_json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue