spec/spec_helper.rb in instrumental_agent-0.13.4 vs spec/spec_helper.rb in instrumental_agent-1.0.0

- old
+ new

@@ -9,9 +9,11 @@ end config.after(:all) do end + config.raise_errors_for_deprecations! + end def parse_constant(constant) constant = constant.to_s \ No newline at end of file