Kill trailing whitespace in ruby files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user