Sha256: c22fda8a41c70c24701aa98f749b07e1879b40f71b76d9ed3015cd58847e11be
Contents?: true
Size: 424 Bytes
Versions: 4
Compression:
Stored size: 424 Bytes
Contents
ENV["COVERAGE"] && SimpleCov.start do add_filter "/.rvm/" end $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib")) $LOAD_PATH.unshift(File.dirname(__FILE__)) require "rspec" require "epay_tools" # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f } RSpec.configure do |config| end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
epay_tools-0.0.4 | spec/spec_helper.rb |
epay_tools-0.0.3 | spec/spec_helper.rb |
epay_tools-0.0.2 | spec/spec_helper.rb |
epay_tools-0.0.1 | spec/spec_helper.rb |