diff options
author | francis <francis> | 2009-10-14 22:01:26 +0000 |
---|---|---|
committer | francis <francis> | 2009-10-14 22:01:26 +0000 |
commit | 1811f4c1e59906a36b90378361c2508ab20b6666 (patch) | |
tree | 0eaeeddff6df284839c9f8a19e4c0b0b1a399343 /spec/controllers/request_controller_spec.rb | |
parent | 7ec6104020ecbf3ad4f5fb49eca36bfb06e718bb (diff) |
League table for classification game.
Show progress of game with Google chart.
Don't require login for main game page.
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 |