Sha256: e261c1ab50125de152268c9563bfa28e106ed5da7b5c55071f30c2456e0a3685

Contents?: true

Size: 451 Bytes

Versions: 207

Compression:

Stored size: 451 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 'it-logica-application-backbone'

class Test::Unit::TestCase
end

Version data entries

207 entries across 207 versions & 1 rubygems

Version Path
it-logica-application-backbone-1.5.3 test/helper.rb
it-logica-application-backbone-1.5.2 test/helper.rb
it-logica-application-backbone-1.5.1 test/helper.rb
it-logica-application-backbone-1.5.0 test/helper.rb
it-logica-application-backbone-1.4.12 test/helper.rb
it-logica-application-backbone-1.4.11 test/helper.rb
it-logica-application-backbone-1.4.10 test/helper.rb
it-logica-application-backbone-1.4.9 test/helper.rb
it-logica-application-backbone-1.4.8 test/helper.rb
it-logica-application-backbone-1.4.7 test/helper.rb
it-logica-application-backbone-1.4.6 test/helper.rb
it-logica-application-backbone-1.4.5 test/helper.rb
it-logica-application-backbone-1.4.4 test/helper.rb
it-logica-application-backbone-1.4.3 test/helper.rb
it-logica-application-backbone-1.4.2 test/helper.rb
it-logica-application-backbone-1.3.24 test/helper.rb
it-logica-application-backbone-1.3.23 test/helper.rb
it-logica-application-backbone-1.3.22 test/helper.rb
it-logica-application-backbone-1.3.20 test/helper.rb
it-logica-application-backbone-1.3.19 test/helper.rb