Created
May 7, 2014 21:05
-
-
Save dastels/58932d511dd14c1ada6a to your computer and use it in GitHub Desktop.
expect in macbacon
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 "Fiddled with Bacon" do | |
| it "supports expect" do | |
| expect(2 + 3).to == 5 | |
| end | |
| end | |
| Fiddled with Bacon | |
| - supports expect | |
| 1 specifications (1 requirements), 0 failures, 0 errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment