Created
October 13, 2015 23:55
-
-
Save geeksam/ec2c3b788df44f4f226a to your computer and use it in GitHub Desktop.
Handy pattern for puts-statement debugging in Rails
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.after(:each) do | |
$debug = false | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment