diff options
Diffstat (limited to 'spec/controllers/request_controller_spec.rb')
-rw-r--r-- | spec/controllers/request_controller_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb index 847928076..bcd17f468 100644 --- a/spec/controllers/request_controller_spec.rb +++ b/spec/controllers/request_controller_spec.rb @@ -521,7 +521,7 @@ describe RequestController, "when classifying an information request" do it 'should show a message thanking the user for a good deed' do post_status('rejected') - flash[:notice].should == '<p>Thank you for updating this request!</p>' + flash[:notice].should == 'Thank you for updating this request!' end end @@ -562,7 +562,7 @@ describe RequestController, "when classifying an information request" do it 'should show a message thanking the user for a good deed' do post_status('rejected') - flash[:notice].should == '<p>Thank you for updating this request!</p>' + flash[:notice].should == 'Thank you for updating this request!' end end |