Only turn on VERBOSE after requiring shoulda-matchers

[ci skip]
This commit is contained in:
Elliot Winkler 2019-03-17 13:55:00 -07:00
parent dc34d34f5f
commit fcf4a6df92
2 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,3 @@ RSpec.configure do |config|
config.mock_with :rspec
config.example_status_persistence_file_path = 'spec/examples.txt'
end
$VERBOSE = true

View File

@ -6,6 +6,8 @@ require 'shoulda-matchers'
require 'spec_helper'
$VERBOSE = true
Dir[ File.join(File.expand_path('../support/unit/**/*.rb', __FILE__)) ].sort.each do |file|
require file
end