spec/timeliness_helper.rb in timeliness-0.4.2 vs spec/timeliness_helper.rb in timeliness-0.4.3

- old
+ new

@@ -32,6 +32,10 @@ I18n.available_locales = ['en', 'es'] RSpec.configure do |c| c.mock_with :rspec c.include TimelinessHelpers + + c.after do + Timeliness.configuration = Timeliness::Configuration.new + end end \ No newline at end of file