atzorvas/ccradio

View on GitHub
test/models/stream_test.rb

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 2 total issues

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

mount: "/newmount0"
Severity: Minor
Found in test/models/stream_test.rb by rubocop

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

server: "http://newserver.com/",
Severity: Minor
Found in test/models/stream_test.rb by rubocop
Category
Status