Sha256: acb0d2f42d68ffd49f198020ff40ba9d3fdf06be599b4133f8a9185f0e373ecc

Contents?: true

Size: 595 Bytes

Versions: 1

Compression:

Stored size: 595 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'coveralls'
Coveralls.wear!

require "action_controller/railtie"
require 'rspec/rails'

RSpec.configure do |config|
end

require 'epaybg'
Epaybg.config = {
  "test" => {"secret"=>"QESI7RA4BCW95TZPH2OM7583DCP250CEVWZYMM69E8GRS38932W54DWYI9KNCMZ0", "min"=>"D760738416", "url"=>"https://demo.epay.bg", "url_idn"=>"https://demo.epay.bg/ezp/reg_bill.cgi"},
  "production" => {"secret"=>"n/a", "min"=>"n/a", "url"=>"https://epay.bg", "url_idn"=>"https://epay.bg/ezp/reg_bill.cgi"}
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
epaybg-0.1.2 spec/spec_helper.rb