Sha256: 030bf7f4707b6d74b319b1e6bb743dc9732761668034075a6d86e9fe0d1d23ee

Contents?: true

Size: 428 Bytes

Versions: 11

Compression:

Stored size: 428 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 'tourcms'

class Test::Unit::TestCase
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
tour_cms_api-1.0.4 test/helper.rb
tour_cms_api-1.0.3 test/helper.rb
tour_cms_api-1.0.2 test/helper.rb
tour_cms_api-1.0.1 test/helper.rb
tour_cms_api-1.0.0 test/helper.rb
tourcms-0.3.0 test/helper.rb
tourcms-0.2.1 test/helper.rb
tourcms-0.2.0 test/helper.rb
tourcms-0.1.2 test/helper.rb
tourcms-0.1.1 test/helper.rb
tourcms-0.1.0 test/helper.rb