spec/spec_helper.rb in waistband-0.11.2 vs spec/spec_helper.rb in waistband-0.11.3
- old
+ new
@@ -6,9 +6,10 @@
require 'waistband'
require 'rspec'
require 'timecop'
require 'active_support/core_ext/integer/time'
+require 'debugger'
Dir["#{APP_DIR}/spec/support/**/*.rb"].each {|f| require f}
RSpec.configure do |config|