Skip to content

Instantly share code, notes, and snippets.

@deepak
Created May 2, 2014 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deepak/db594f513b6446e1405d to your computer and use it in GitHub Desktop.
Save deepak/db594f513b6446e1405d to your computer and use it in GitHub Desktop.
lol_rspec.rb
RSpec.configure do |config|
config.around(:each) do |example|
# disabled by design
# example.call
end
end
__END__
if i have the above rspec config in `spec_helper.rb` and i run a test
the test runner will always be green
hurray! we have monkeypatched Rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment