search for: 07aea0b3

Displaying 1 result from an estimated 1 matches for "07aea0b3".

2007 Oct 02
1
flash in story runner
hi, is there a way to assert a flash message directly in story runner? Or do I have to go through the response text instead. Then "flash message should say success" do #flash[:notice].should == "User successfully invited" response.should have_text(/User successfully invited/) end linoj