Sha256: 02216f2674a53688bbed00cf01c74d3326af3cb81e88a0b60dc941a0cd39a937

Contents?: true

Size: 407 Bytes

Versions: 8

Compression:

Stored size: 407 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 'bacon'

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
TESTING=true
require 'tuev'

Bacon.summary_on_exit

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tuev-0.7.1 spec/spec_helper.rb
tuev-0.6.2 spec/spec_helper.rb
tuev-0.5.1 spec/spec_helper.rb
tuev-0.5.0 spec/spec_helper.rb
tuev-0.4.2 spec/spec_helper.rb
tuev-0.4.1 spec/spec_helper.rb
tuev-0.4.0 spec/spec_helper.rb
tuev-0.3.2 spec/spec_helper.rb