test/test_helper.rb in umlaut-primo-0.0.1 vs test/test_helper.rb in umlaut-primo-0.1.0
- old
+ new
@@ -7,11 +7,9 @@
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
-require File.expand_path("../../lib/umlaut_primo.rb", __FILE__)
-
# VCR is used to 'record' HTTP interactions with
# third party services used in tests, and play em
# back. Useful for efficiency, also useful for
# testing code against API's that not everyone
# has access to -- the responses can be cached