Skip to content

Instantly share code, notes, and snippets.

@deepak
Created May 2, 2014 07:47
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