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

I just used the response text