Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created April 28, 2010 18:47
Show Gist options
  • Save tammersaleh/382533 to your computer and use it in GitHub Desktop.
Save tammersaleh/382533 to your computer and use it in GitHub Desktop.
context "with something else" do
setup { @model.something_else = true }
subject { @model }
should_validate_presence_of :something
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment