diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-03 18:41:47 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-03 18:41:47 +0000 |
commit | 6b790cc3291018bfe41c88e1ae88c1d9a0c650f1 (patch) | |
tree | 8147924edf5f22a101eedcca8a3c21dab53d7737 /spec/controllers/track_controller_spec.rb | |
parent | c5b957e91c9a1c974c7725deb7914058b0fd334d (diff) |
Eliminate trailing spaces in test names
Really, what was that about?
Diffstat (limited to 'spec/controllers/track_controller_spec.rb')
-rw-r--r-- | spec/controllers/track_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/track_controller_spec.rb b/spec/controllers/track_controller_spec.rb index 38a447640..ee974dedd 100644 --- a/spec/controllers/track_controller_spec.rb +++ b/spec/controllers/track_controller_spec.rb @@ -25,7 +25,7 @@ describe TrackController, "when making a new track on a request" do response.should redirect_to(:controller => 'user', :action => 'signin', :token => post_redirect.token) end - it "should save the track and redirect if you are logged in " do + it "should save the track and redirect if you are logged in" do session[:user_id] = @user.id @track_thing.should_receive(:save!) get :track_request, :url_title => @ir.url_title, :feed => 'track' |