atzorvas/ccradio

View on GitHub
test/test_helper.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

require "codeclimate-test-reporter"
Severity: Minor
Found in test/test_helper.rb by rubocop

Use nested module/class definitions instead of compact style.
Open

class ActiveSupport::TestCase
Severity: Minor
Found in test/test_helper.rb by rubocop
Category
Status