Created
October 19, 2011 02:29
-
-
Save burtlo/1297344 to your computer and use it in GitHub Desktop.
Basic Example
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 "Failed Spec" do | |
it "fails" do | |
fail | |
end | |
end |
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
Bad Output RSpec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment