Skip to content

Instantly share code, notes, and snippets.

@adkron
Created November 30, 2016 03:24
Show Gist options
  • Select an option

  • Save adkron/e1c1ad056a10d568bb1994f1e31c216d to your computer and use it in GitHub Desktop.

Select an option

Save adkron/e1c1ad056a10d568bb1994f1e31c216d to your computer and use it in GitHub Desktop.
require "rspec"
RSpec.describe "before after" do
before do
raise "failed"
end
after do
puts "hey"
end
it {}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment