Skip to content

Instantly share code, notes, and snippets.

@cupakromer
Forked from deepak/lol_rspec.rb
Created May 2, 2014 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cupakromer/bab8de41fe273594de95 to your computer and use it in GitHub Desktop.
Save cupakromer/bab8de41fe273594de95 to your computer and use it in GitHub Desktop.
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