Sha256: 544366093c6e3322ec55a01c659735249aab36b053e24159befa591a39cfc0bf

Contents?: true

Size: 403 Bytes

Versions: 4

Compression:

Stored size: 403 Bytes

Contents

# encoding: utf-8
require "bundler/setup"

ENV['MOCK'] ||= 'on'
require "pry"
require 'growthforecast-client'
require 'webmock/rspec' if ENV['MOCK'] == 'on'

ROOT = File.dirname(__FILE__)
Dir[File.expand_path("support/**/*.rb", ROOT)].each {|f| require f }

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
growthforecast-client-0.0.6 spec/spec_helper.rb
growthforecast-client-0.0.5 spec/spec_helper.rb
growthforecast-client-0.0.4 spec/spec_helper.rb
growthforecast-client-0.0.3 spec/spec_helper.rb