spec/spec_helper.rb in ezid-client-0.4.1 vs spec/spec_helper.rb in ezid-client-0.4.2

- old
+ new

@@ -21,11 +21,12 @@ require "ezid-client" Ezid::Client.configure do |config| config.user = "apitest" # Contact EZID for password - # config.password = "********" + # config.password = "********" + config.logger = Logger.new(File::NULL) end ARK_SHOULDER = "ark:/99999/fk4" DOI_SHOULDER = "doi:10.5072/FK2" @@ -83,10 +84,10 @@ end # Print the 10 slowest examples and example groups at the # end of the spec run, to help surface which specs are running # particularly slow. - config.profile_examples = 10 + # config.profile_examples = 10 # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234