diff options
author | francis <francis> | 2008-04-09 02:54:44 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-09 02:54:44 +0000 |
commit | cb493d5e4f0faf08f0ac982e1bf8437bb082e6d7 (patch) | |
tree | aa3bb99c27c9f9f87ea3f8df22f5f4a390b0df58 /spec/controllers/track_controller_spec.rb | |
parent | b1e7902fdfe8f1ee1152e11094df15ad4f28df7e (diff) |
Spec change
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 |