Kill trailing whitespace in ruby files

This commit is contained in:
小太
2013-03-19 23:10:10 +11:00
parent c107f96cec
commit cba839ba76
319 changed files with 2710 additions and 2710 deletions

View File

@@ -7,17 +7,17 @@ class ArtistVersionsControllerTest < ActionController::TestCase
CurrentUser.ip_addr = "127.0.0.1"
@artist = FactoryGirl.create(:artist)
end
teardown do
CurrentUser.user = nil
CurrentUser.ip_addr = nil
end
should "get the index page" do
get :index
assert_response :success
end
should "get the index page when searching for something" do
get :index, {:search => {:name => @artist.name}}
assert_response :success