Created
November 30, 2011 05:47
-
-
Save elight/1408200 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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