Sha256: 4188629478ca72ed5d2d56a3bdea29bc40fcfce6efd7052e68a85d72b2b4630f

Contents?: true

Size: 436 Bytes

Versions: 13

Compression:

Stored size: 436 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 'bookyt_projects'

class Test::Unit::TestCase
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bookyt_projects-0.6.5 test/helper.rb
bookyt_projects-0.6.4 test/helper.rb
bookyt_projects-0.6.3 test/helper.rb
bookyt_projects-0.6.1 test/helper.rb
bookyt_projects-0.6.0 test/helper.rb
bookyt_projects-0.3.2 test/helper.rb
bookyt_projects-0.3.1 test/helper.rb
bookyt_projects-0.3.0 test/helper.rb
bookyt_projects-0.2.3 test/helper.rb
bookyt_projects-0.2.2 test/helper.rb
bookyt_projects-0.2.1 test/helper.rb
bookyt_projects-0.2.0 test/helper.rb
bookyt_projects-0.1.0 test/helper.rb