Sha256: d21df46e9b0dc75421582f99c5fbecbf4ed9a508c22870120acd06c7be858875

Contents?: true

Size: 465 Bytes

Versions: 26

Compression:

Stored size: 465 Bytes

Contents

require 'simplecov'
SimpleCov.start do
	add_filter '/coverage/'
	add_filter '/spec/'
	add_filter '/vendor/'
end

require 'pry'
require File.dirname(__FILE__) + '/../lib/atpay_buttons'
require 'minitest/autorun'
require 'mocha/setup'

# See http://www.jetbrains.com/ruby/webhelp/minitest.html
if ENV["RM_INFO"] || ENV["TEAMCITY_VERSION"]
	require 'active_support'
	require 'minitest/reporters'
	MiniTest::Reporters.use! MiniTest::Reporters::RubyMineReporter.new
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
atpay_buttons-2.0.0 spec/spec_helper.rb
atpay_buttons-1.4.4 spec/spec_helper.rb
atpay_buttons-1.4.3 spec/spec_helper.rb
atpay_buttons-1.4.2 spec/spec_helper.rb
atpay_buttons-1.4.1 spec/spec_helper.rb
atpay_buttons-1.4.0 spec/spec_helper.rb
atpay_buttons-1.3.9 spec/spec_helper.rb
atpay_buttons-1.3.8 spec/spec_helper.rb
atpay_buttons-1.3.7 spec/spec_helper.rb
atpay_buttons-1.3.6 spec/spec_helper.rb
atpay_buttons-1.3.5 spec/spec_helper.rb
atpay_buttons-1.3.4 spec/spec_helper.rb
atpay_buttons-1.3.3 spec/spec_helper.rb
atpay_buttons-1.3.2 spec/spec_helper.rb
atpay_buttons-1.3.1 spec/spec_helper.rb
atpay_buttons-1.3.0 spec/spec_helper.rb
atpay_buttons-1.2.1 spec/spec_helper.rb
atpay_buttons-1.2.0 spec/spec_helper.rb
atpay_buttons-1.1.7 spec/spec_helper.rb
atpay_buttons-1.1.6 spec/spec_helper.rb