diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index ddb065d..0155446 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -4,9 +4,9 @@ require_relative "../lib/novu" RSpec.configure do |config| - config.expect_with :rspec, :test_unit - config.mock_with :mocha - config.pattern = '**/*.spec' + # config.expect_with :rspec, :test_unit + # config.mock_with :mocha + # config.pattern = '**/*.spec' # # Enable flags like --only-failures and --next-failure # config.example_status_persistence_file_path = ".rspec_status"