Skip to content

Instantly share code, notes, and snippets.

@rsanheim
Created December 28, 2008 08:47
Show Gist options
  • Select an option

  • Save rsanheim/40405 to your computer and use it in GitHub Desktop.

Select an option

Save rsanheim/40405 to your computer and use it in GitHub Desktop.
gem 'rspec'
require 'spec'
describe "something" do
after { puts "i run!" }
it 'fails' do
1.should == 2
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment