Sha256: b5eac7a89014f128fcac2c6a95466d231c4704a2c2755ebbd47b612f843a5c56
Contents?: true
Size: 419 Bytes
Versions: 4
Compression:
Stored size: 419 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rspec' require 'tengine_event' 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tengine_event-0.4.9 | spec/spec_helper.rb |
tengine_event-0.4.8 | spec/spec_helper.rb |
tengine_event-0.4.7 | spec/spec_helper.rb |
tengine_event-0.4.6 | spec/spec_helper.rb |