spec/spec_helper.rb in shoulda-matchers-3.1.3 vs spec/spec_helper.rb in shoulda-matchers-4.0.0.rc1
- old
+ new
@@ -5,17 +5,16 @@
require 'pry-byebug'
require 'rspec'
RSpec.configure do |config|
- config.order = :random
-
config.expect_with :rspec do |c|
c.syntax = :expect
end
+ config.order = :random
config.default_formatter = 'doc'
-
config.mock_with :rspec
+ config.example_status_persistence_file_path = 'spec/examples.txt'
end
$VERBOSE = true