Skip to content

Instantly share code, notes, and snippets.

@mattwynne
Created November 8, 2010 23:32
Show Gist options
  • Select an option

  • Save mattwynne/668478 to your computer and use it in GitHub Desktop.

Select an option

Save mattwynne/668478 to your computer and use it in GitHub Desktop.
a_step "there is a User" do
it "creates a User" do
User.count.should == 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment