Created
November 30, 2016 03:24
-
-
Save adkron/e1c1ad056a10d568bb1994f1e31c216d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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