Sha256: d683b0f580029cf63090b65095131c5139f987ee7b125151ea6b366b4676aed6

Contents?: true

Size: 552 Bytes

Versions: 2

Compression:

Stored size: 552 Bytes

Contents

ENV['APP_ENV'] = 'test'
require 'rubygems'
require 'bundler'
require 'puts_debuggerer'
begin
  Bundler.setup(:default, :test)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
if RUBY_VERSION >= '1.9'
  begin
    require 'coveralls'
    Coveralls.wear!
  rescue LoadError, StandardError
    #no op to support Ruby 1.8.7, ree and Rubinius which do not support Coveralls
  end
end
require File.join(File.dirname(__FILE__), '..', 'lib', 'ultra_light_wizard')

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ultra_light_wizard-0.1.4 spec/spec_helper.rb
ultra_light_wizard-0.1.3 spec/spec_helper.rb