Sha256: 7f67eae71ae124ea69171e04b13f53dd4e50b6d7f91f2213f2b7232bf365585d

Contents?: true

Size: 427 Bytes

Versions: 6

Compression:

Stored size: 427 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 'codeclimate-test-reporter'

CodeClimate::TestReporter.start if ENV['CODECLIMATE_REPO_TOKEN']


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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
payanyway-2.0.0 spec/spec_helper.rb
payanyway-1.2.6 spec/spec_helper.rb
payanyway-1.2.5 spec/spec_helper.rb
payanyway-1.2.3 spec/spec_helper.rb
payanyway-1.2.4 spec/spec_helper.rb
payanyway-1.2.2 spec/spec_helper.rb