Skip to content

Instantly share code, notes, and snippets.

@fweep
Created March 20, 2013 02:23
Show Gist options
  • Save fweep/5201828 to your computer and use it in GitHub Desktop.
Save fweep/5201828 to your computer and use it in GitHub Desktop.
Simple RSpec example
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