Sha256: 720fe0cb5794092fe63926cffca446e4fe393983704d82c3601d7d8509989ca3

Contents?: true

Size: 362 Bytes

Versions: 7

Compression:

Stored size: 362 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'

require 'rubygems'
require 'bundler/setup'

require 'combustion'
Bundler.require :default, :development

Combustion.initialize! :action_controller, :action_view

require 'payanyway'
require 'rspec/rails'
require 'pry'
require 'simplecov'

SimpleCov.start

RSpec.configure do |config|
  config.infer_spec_type_from_file_location!
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
payanyway-2.3.1 spec/spec_helper.rb
payanyway-2.3.0 spec/spec_helper.rb
payanyway-2.2.2 spec/spec_helper.rb
payanyway-2.2.1 spec/spec_helper.rb
payanyway-2.2.0 spec/spec_helper.rb
payanyway-2.1.0 spec/spec_helper.rb
payanyway-2.0.2 spec/spec_helper.rb