Sha256: bdadd81b0252a0a2b7eee5ad53d81d5d1da9f28629afa0dab2bc74c3f25296e4

Contents?: true

Size: 432 Bytes

Versions: 128

Compression:

Stored size: 432 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'wepay-rails'

class Test::Unit::TestCase
end

Version data entries

128 entries across 128 versions & 1 rubygems

Version Path
wepay-rails-2.2.9 test/helper.rb
wepay-rails-2.2.5 test/helper.rb
wepay-rails-2.2.4 test/helper.rb
wepay-rails-2.2.3 test/helper.rb
wepay-rails-2.2.2 test/helper.rb
wepay-rails-2.2.1 test/helper.rb
wepay-rails-2.2.0 test/helper.rb
wepay-rails-2.1.0 test/helper.rb
wepay-rails-2.0.0 test/helper.rb
wepay-rails-1.1.0 test/helper.rb
wepay-rails-1.0.0 test/helper.rb
wepay-rails-0.2.2 test/helper.rb
wepay-rails-0.2.1 test/helper.rb
wepay-rails-0.2.0 test/helper.rb
wepay-rails-0.1.116 test/helper.rb
wepay-rails-0.1.115 test/helper.rb
wepay-rails-0.1.114 test/helper.rb
wepay-rails-0.1.113 test/helper.rb
wepay-rails-0.1.112 test/helper.rb
wepay-rails-0.1.111 test/helper.rb