diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-25 23:26:21 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-25 23:26:21 +0000 |
commit | 60809620c2181c397d55b38915ff5a905edb4856 (patch) | |
tree | 59fa72ca9c34e6edbc34c5ff992d72848d39691b /spec/controllers/request_controller_spec.rb | |
parent | e2a2153c93f66dbad64d8986d07d8e431cba241d (diff) |
Correct test title
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index a0ea9bb48..ef1c8a556 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -121,7 +121,7 @@ describe RequestController, "when showing one request" do assigns[:update_status].should be_true end - it 'should assign the "update status" flag to the view as true if the parameter is present' do + it 'should assign the "update status" flag to the view as false if the parameter is not present' do get :show, :url_title => 'test_title' assigns[:update_status].should be_false end |