./test/test_helper.rb in umlaut-3.0.0alpha13 vs ./test/test_helper.rb in umlaut-3.0.0alpha14
- old
+ new
@@ -9,10 +9,13 @@
Rails.backtrace_cleaner.remove_silencers!
# Load support files
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
+# Complete stack trace with deprecation warnings from rails
+ActiveSupport::Deprecation.debug = true
+
# Custom method for NYU-only tests. We still have a bunch of tests for aleph/
# primo that work against live nyu services and can only succeed if you are
# nyu. Oops. We provide this convenience function to wrap test_* class
# method bodies for nyu only tests, so they'll only be run if
# ENV variable NYU_TEST is set, otherwise you'll get a little message
@@ -42,5 +45,6 @@
end
else
yield
end
end
+