-
-
Save cupakromer/bab8de41fe273594de95 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
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