Sha256: 5ccf1b3c7c0f9e8b04ff1387bccf1c5a820dad378da6d229838d92f89d19adc2

Contents?: true

Size: 430 Bytes

Versions: 10

Compression:

Stored size: 430 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 'staticise'

class Test::Unit::TestCase
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
staticise-0.6.5 test/helper.rb
staticise-0.6.4 test/helper.rb
staticise-0.6.3 test/helper.rb
staticise-0.6.2 test/helper.rb
staticise-0.6.1 test/helper.rb
staticise-0.6.0 test/helper.rb
staticise-0.5.10 test/helper.rb
staticise-0.5.9 test/helper.rb
staticise-0.5.8 test/helper.rb
staticise-0.5.7 test/helper.rb