spec/helpers.rb in schedulability-0.4.0 vs spec/helpers.rb in schedulability-0.4.1

- old
+ new

@@ -32,9 +32,10 @@ ### Mock with RSpec RSpec.configure do |c| c.run_all_when_everything_filtered = true c.filter_run :focus c.order = 'random' + c.warnings = true c.mock_with( :rspec ) do |mock| mock.syntax = :expect end