Sha256: 58b79e5093c3182a38ea1e0741edbebc644235aa2c7f7cb3598cc6c816f9f524

Contents?: true

Size: 459 Bytes

Versions: 59

Compression:

Stored size: 459 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'
require 'typhoeus_mocks'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'logical_model'

class Test::Unit::TestCase
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
logical_model-0.7.6 test/helper.rb
logical_model-0.7.5 test/helper.rb
logical_model-0.7.4 test/helper.rb
logical_model-0.7.3 test/helper.rb
logical_model-0.7.2 test/helper.rb
logical_model-0.7.1 test/helper.rb
logical_model-0.7.0 test/helper.rb
logical_model-0.6.6 test/helper.rb
logical_model-0.6.5 test/helper.rb
logical_model-0.6.4 test/helper.rb
logical_model-0.6.3 test/helper.rb
logical_model-0.6.2 test/helper.rb
logical_model-0.6.1 test/helper.rb
logical_model-0.6.0 test/helper.rb
logical_model-0.5.13 test/helper.rb
logical_model-0.5.12 test/helper.rb
logical_model-0.5.11 test/helper.rb
logical_model-0.5.10 test/helper.rb
logical_model-0.5.8 test/helper.rb
logical_model-0.5.7 test/helper.rb