Sha256: e73e6ffdd1ab6e3dcb41cf3998de7e0a77dc4cac60c34bb68dbca552efc80da6
Contents?: true
Size: 493 Bytes
Versions: 3
Compression:
Stored size: 493 Bytes
Contents
ENV['COINS_PAID_PUBLIC_KEY'] = 'publickey' ENV['COINS_PAID_SECRET_KEY'] = 'secretkey' if ENV['COVERAGE'] require 'simplecov' SimpleCov.start end require 'webmock/rspec' require 'pry' require 'coins_paid_api' Dir['./spec/support/**/*.rb'].each { |f| require f } RSpec.configure do |config| config.filter_run focus: true config.alias_example_to :fit, focus: true config.run_all_when_everything_filtered = true config.example_status_persistence_file_path = 'spec/examples.txt' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
coins_paid_api-2.2.0 | spec/spec_helper.rb |
coins_paid_api-2.1.0 | spec/spec_helper.rb |
coins_paid_api-2.0.0 | spec/spec_helper.rb |