Sha256: 6fa9659e7943d5e3be2320a2ddc58585859fb82101a4e56c29524608acab9842

Contents?: true

Size: 433 Bytes

Versions: 24

Compression:

Stored size: 433 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 'cms-fortress'

class Test::Unit::TestCase
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
cms-fortress-1.2.2 test/helper.rb
cms-fortress-1.2.1 test/helper.rb
cms-fortress-1.2.0 test/helper.rb
cms-fortress-1.1.8 test/helper.rb
cms-fortress-1.1.7 test/helper.rb
cms-fortress-1.1.6 test/helper.rb
cms-fortress-1.1.5 test/helper.rb
cms-fortress-1.1.4 test/helper.rb
cms-fortress-1.1.3 test/helper.rb
cms-fortress-1.1.2 test/helper.rb
cms-fortress-1.1.1 test/helper.rb
cms-fortress-1.1.0 test/helper.rb
cms-fortress-1.0.12 test/helper.rb
cms-fortress-1.0.9 test/helper.rb
cms-fortress-1.0.8 test/helper.rb
cms-fortress-1.0.7 test/helper.rb
cms-fortress-1.0.6 test/helper.rb
cms-fortress-1.0.5 test/helper.rb
cms-fortress-1.0.4 test/helper.rb
cms-fortress-1.0.3 test/helper.rb