Skip to content

Instantly share code, notes, and snippets.

@jeremywrowe
Created August 21, 2013 00:26
Show Gist options
  • Save jeremywrowe/6289051 to your computer and use it in GitHub Desktop.
Save jeremywrowe/6289051 to your computer and use it in GitHub Desktop.
require "spec_helper"
# I would like to..
describe "a story." do
# there once was a chicken
it "was a lovely chicken" do
# you could always
expect(the_chicken).to cluck
end
# when the chicken clucked
it "also waddled" do
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment