spec/spec_helper.rb in ezid-client-1.3.0 vs spec/spec_helper.rb in ezid-client-1.4.0

- old
+ new

@@ -13,9 +13,11 @@ # The `.rspec` file also contains a few flags that are not defaults but that # users commonly want. # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration +require "rspec/its" + require "ezid/test_helper" ezid_test_mode! RSpec.configure do |config|