Sha256: b6e329ea6aa783c49231aaf984592a54b1943dbc1b519d0f364c5456ea1cf564

Contents?: true

Size: 526 Bytes

Versions: 9

Compression:

Stored size: 526 Bytes

Contents

ENV['APP_ENV'] = 'test'
require 'rubygems'
require 'bundler'
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

9 entries across 9 versions & 1 rubygems

Version Path
ultra_light_wizard-0.1.2 spec/spec_helper.rb
ultra_light_wizard-0.1.1 spec/spec_helper.rb
ultra_light_wizard-0.1.0 spec/spec_helper.rb
ultra_light_wizard-0.0.6 spec/spec_helper.rb
ultra_light_wizard-0.0.5 spec/spec_helper.rb
ultra_light_wizard-0.0.4 spec/spec_helper.rb
ultra_light_wizard-0.0.3 spec/spec_helper.rb
ultra_light_wizard-0.0.2 spec/spec_helper.rb
ultra_light_wizard-0.0.1 spec/spec_helper.rb