atzorvas/ccradio

View on GitHub
test/controllers/streams_controller_test.rb

Summary

Maintainability
A
0 mins
Test Coverage

Showing 5 of 5 total issues

Line is too long. [117/80]
Open

patch :update, id: streams(:rock), stream: { mount: @stream.mount, server: @stream.server, title: @stream.title }

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

assert_select "#error_explanation ul li", 2

Line is too long. [110/80]
Open

patch :update, id: @stream, stream: { mount: @stream.mount, server: @stream.server, title: @stream.title }

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

assert_select "#error_explanation ul li", 2

Line is too long. [110/80]
Open

patch :update, id: @stream, stream: { mount: @stream.mount, server: @stream.server, title: @stream.title }
Category
Status