Skip to content

Instantly share code, notes, and snippets.

@elight
Created November 30, 2011 05:47
Show Gist options
  • Save elight/1408200 to your computer and use it in GitHub Desktop.
Save elight/1408200 to your computer and use it in GitHub Desktop.
describe User do
it "should be able to subscribe to a plan" do
user.subscribe(plan)
user.should have(1).subscription
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment