spec/spec_helper.rb in xhash_client-0.3.5 vs spec/spec_helper.rb in xhash_client-0.3.6

- old
+ new

@@ -4,6 +4,9 @@ require 'xhash' SimpleCov.start { add_filter '/spec/' } -RSpec.configure { |config| config.before(:all) { Xhash.api_key = 'api_key' } } +RSpec.configure { |config| config.before(:all) { + Xhash.api_key = 'api_key' + Xhash.timeout = 10 +} }