Sha256: ea5f058eb4845bc5529e043f486ee9d7ed91c3fe49deb7c3155ea9641f242822
Contents?: true
Size: 430 Bytes
Versions: 6
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 'wiselinks' class Test::Unit::TestCase end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
wiselinks-0.2.0 | test/helper.rb |
wiselinks-0.1.2 | test/helper.rb |
wiselinks-0.1.1 | test/helper.rb |
wiselinks-0.1.0 | test/helper.rb |
wiselinks-0.0.2 | test/helper.rb |
wiselinks-0.0.1 | test/helper.rb |