diff options
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 7ab9f5b7f..bf3c952c7 100644 --- a/spec/controllers/track_controller_spec.rb +++ b/spec/controllers/track_controller_spec.rb @@ -12,7 +12,7 @@ describe TrackController, "when making a new track on a request" do it "should assign the title" do get :track_request, :url_title => info_requests(:fancy_dog_request).url_title - assigns[:title].should include("Track the request") + assigns[:title].should include("track the request") end it "should require login when making new track" do |