Skip to content

Instantly share code, notes, and snippets.

@burtlo
Created October 19, 2011 02:29
Show Gist options
  • Save burtlo/1297344 to your computer and use it in GitHub Desktop.
Save burtlo/1297344 to your computer and use it in GitHub Desktop.
Basic Example
describe "Failed Spec" do
it "fails" do
fail
end
end
Bad Output RSpec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment