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-0.1.90 test/helper.rb
wepay-rails-0.1.89 test/helper.rb
wepay-rails-0.1.88 test/helper.rb
wepay-rails-0.1.87 test/helper.rb
wepay-rails-0.1.86 test/helper.rb
wepay-rails-0.1.85 test/helper.rb
wepay-rails-0.1.84 test/helper.rb
wepay-rails-0.1.83 test/helper.rb
wepay-rails-0.1.82 test/helper.rb
wepay-rails-0.1.81 test/helper.rb
wepay-rails-0.1.80 test/helper.rb
wepay-rails-0.1.79 test/helper.rb
wepay-rails-0.1.78 test/helper.rb
wepay-rails-0.1.77 test/helper.rb
wepay-rails-0.1.76 test/helper.rb
wepay-rails-0.1.75 test/helper.rb
wepay-rails-0.1.74 test/helper.rb
wepay-rails-0.1.73 test/helper.rb
wepay-rails-0.1.72 test/helper.rb
wepay-rails-0.1.71 test/helper.rb