Fix rubocop lint issues

This commit is contained in:
Tom Hughes 2015-02-16 22:44:30 +00:00
parent ef7f3d800c
commit baf10cd392
40 changed files with 105 additions and 150 deletions

View file

@ -7,10 +7,6 @@ class ApplicationHelperTest < ActionView::TestCase
I18n.locale = "en"
end
def setup
I18n.locale = "en"
end
def test_linkify
%w(http://example.com/test ftp://example.com/test https://example.com/test).each do |link|
text = "Test #{link} is made into a link"