test/test_helper.rb in umlaut-primo-0.1.3 vs test/test_helper.rb in umlaut-primo-1.0.0

- old
+ new

@@ -2,11 +2,11 @@ Coveralls.wear! # Configure Rails Environment ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require "rails/test_help" -ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__) +ActiveSupport::TestCase.fixture_path = File.expand_path("../fixtures", __FILE__) Rails.backtrace_cleaner.remove_silencers! # Complete stack trace with deprecation warnings from rails ActiveSupport::Deprecation.debug = true # VCR is used to 'record' HTTP interactions with @@ -24,5 +24,8 @@ c.hook_into :webmock # c.debug_logger = $stderr c.filter_sensitive_data("primo.library.edu") { "bobcat.library.nyu.edu" } c.filter_sensitive_data("LIB01") { "NYU01" } end + +# Use pry for debugging +require 'pry'