spec/spec_helper.rb in timeliness-0.3.3 vs spec/spec_helper.rb in timeliness-0.3.4

- old
+ new

@@ -29,9 +29,9 @@ def should_not_parse(*args) Timeliness::Parser.parse(*args).should be_nil end end -Rspec.configure do |c| +RSpec.configure do |c| c.mock_with :rspec c.include TimelinessHelpers end