Skip to content

Instantly share code, notes, and snippets.

@dastels
Created May 7, 2014 21:05
Show Gist options
  • Select an option

  • Save dastels/58932d511dd14c1ada6a to your computer and use it in GitHub Desktop.

Select an option

Save dastels/58932d511dd14c1ada6a to your computer and use it in GitHub Desktop.
expect in macbacon
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