Sha256: 64f080b4e71fcd63c22ae3444acf37cf7099064156f93986d8cf06e04df4a68c

Contents?: true

Size: 271 Bytes

Versions: 9

Compression:

Stored size: 271 Bytes

Contents

require 'test/unit'
require 'rubygems'

require 'rake'
require 'shoulda'
require 'rr'
$LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib')
require 'heroku_deploy'


class Test::Unit::TestCase
  include RR::Adapters::TestUnit unless include?(RR::Adapters::TestUnit)
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
heroku_deploy-0.1.6 test/test_helper.rb
heroku_deploy-0.1.5 test/test_helper.rb
heroku_deploy-0.1.4 test/test_helper.rb
heroku_deploy-0.1.3 test/test_helper.rb
heroku_deploy-0.1.2 test/test_helper.rb
heroku_deploy-0.1.1 test/test_helper.rb
heroku_deploy-0.1.0 test/test_helper.rb
heroku_deploy-0.0.14 test/test_helper.rb
heroku_deploy-0.0.13 test/test_helper.rb