Skip to content

Instantly share code, notes, and snippets.

@fweep
Created March 20, 2013 03:34
Show Gist options
  • Save fweep/5202110 to your computer and use it in GitHub Desktop.
Save fweep/5202110 to your computer and use it in GitHub Desktop.
Simple RSpec spec.
describe "testing quickfix" do
it "should pass" do
true
end
it "should fail" do
fail "this test is broken"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment