Revert "Reworking flash messages hooray"

This reverts commit c9d0091cd9.
This commit is contained in:
Rohan Mitchell
2014-06-06 16:59:47 +10:00
parent c9d0091cd9
commit be644bdcc3
14 changed files with 26 additions and 36 deletions

View File

@@ -16,6 +16,6 @@ describe BaseController do
oc.stub(:closed?).and_return true
get :index
response.should redirect_to root_url
flash[:info].should == "The order cycle you've selected has just closed. Please try again!"
flash[:notice].should == "The order cycle you've selected has just closed. Please try again!"
end
end