Sha256: a6e436ab4a6c473d2d656bcca8e3bc34820735d021b45a123ef887802f687faf

Contents?: true

Size: 421 Bytes

Versions: 25

Compression:

Stored size: 421 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'tengine_support'

require 'simplecov'
SimpleCov.start if ENV["COVERAGE"]

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

RSpec.configure do |config|
  
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
tengine_support-0.3.6 spec/spec_helper.rb
tengine_support-0.3.5 spec/spec_helper.rb
tengine_support-0.3.4 spec/spec_helper.rb
tengine_support-0.3.3 spec/spec_helper.rb
tengine_support-0.3.0 spec/spec_helper.rb