Sha256: 7757944b13a188bdbc21c40dd6d558489f479e402248df8ccbc19e1ad1245999

Contents?: true

Size: 436 Bytes

Versions: 12

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 'ns_service_pack'

class Test::Unit::TestCase
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ns_service_pack-0.1.8 test/helper.rb
ns_service_pack-0.1.7 test/helper.rb
ns_service_pack-0.1.6 test/helper.rb
ns_service_pack-0.1.5 test/helper.rb
ns_service_pack-0.1.4 test/helper.rb
ns_service_pack-0.1.3 test/helper.rb
ns_service_pack-0.1.2 test/helper.rb
ns_service_pack-0.1.1 test/helper.rb
ns_service_pack-0.1.0 test/helper.rb
ns_service_pack-0.0.21 test/helper.rb
ns_service_pack-0.0.19 test/helper.rb
ns_service_pack-0.0.17 test/helper.rb