spec/spec_helper.rb in gman_client-0.0.10 vs spec/spec_helper.rb in gman_client-0.2.0

- old
+ new

@@ -1,12 +1,10 @@ -require 'codeclimate-test-reporter' -CodeClimate::TestReporter.start - require 'rspec/its' require 'spec_helper' require 'gman_client' require 'httparty' require 'webmock' +require 'securerandom' Dir[File.join(GmanClient.root, 'spec/support/**/*.rb')].each { |f| require f } RSpec.configure do |config| config.expect_with :rspec do |expectations|