Sha256: 64f063d51b0fe44b1664e2a0860d1d519f6bb3b7b64cf41f14906cf20707d91f

Contents?: true

Size: 324 Bytes

Versions: 15

Compression:

Stored size: 324 Bytes

Contents

require 'bundler/setup'
require 'minitest/autorun'
Bundler.require(:default, :test)

require 'dock_test'

DockTest.configure do |c|
  case ENV['DOCK_ENV']
  when 'production'
    c.url = 'http://floating-mesa-6194.herokuapp.com'
    c.skippy = true
  else
    c.url = 'http://localhost:9871'
    c.skippy = false
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dock_test-0.4.8 test/test_helper.rb
dock_test-0.4.6 test/test_helper.rb
dock_test-0.4.5 test/test_helper.rb
dock_test-0.4.0 test/test_helper.rb
dock_test-0.3.7 test/test_helper.rb
dock_test-0.3.6 test/test_helper.rb
dock_test-0.3.5 test/test_helper.rb
dock_test-0.3.4 test/test_helper.rb
dock_test-0.3.3 test/test_helper.rb
dock_test-0.3.2 test/test_helper.rb
dock_test-0.3.1 test/test_helper.rb
dock_test-0.3.0 test/test_helper.rb
dock_test-0.2.1 test/test_helper.rb
dock_test-0.2.0 test/test_helper.rb
dock_test-0.1.7 test/test_helper.rb