diff options
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 |