Skip to content

Instantly share code, notes, and snippets.

@benaldred
Created February 3, 2010 11:11
Show Gist options
  • Save benaldred/293549 to your computer and use it in GitHub Desktop.
Save benaldred/293549 to your computer and use it in GitHub Desktop.
context "blah" do
setup do
@flash = "flash message"
end
#why is @flash nil?
should_set_the_flash_to @flash
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment