Sha256: f7c516907b5b1e6abe1d31a77e8d1da83c15ec9401e2f0c24cfd3411b842f880

Contents?: true

Size: 434 Bytes

Versions: 11

Compression:

Stored size: 434 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 'sandboxed_erb'

class Test::Unit::TestCase
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sandboxed_erb-0.4.8 test/helper.rb
sandboxed_erb-0.4.7 test/helper.rb
sandboxed_erb-0.4.6 test/helper.rb
sandboxed_erb-0.4.5 test/helper.rb
sandboxed_erb-0.4.4 test/helper.rb
sandboxed_erb-0.4.3 test/helper.rb
sandboxed_erb-0.4.2 test/helper.rb
sandboxed_erb-0.4.1 test/helper.rb
sandboxed_erb-0.4.0 test/helper.rb
sandboxed_erb-0.3.0 test/helper.rb
sandboxed_erb-0.2.0 test/helper.rb