Sha256: 1d302209e98dd5b18b0d54e6fc5e57eff1217a5fc26b62f07bc8d21b70c60f16

Contents?: true

Size: 356 Bytes

Versions: 6

Compression:

Stored size: 356 Bytes

Contents

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

# 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

6 entries across 6 versions & 1 rubygems

Version Path
avburn-0.5.0 spec/spec_helper.rb
avburn-0.2.1 spec/spec_helper.rb
avburn-0.2.0 spec/spec_helper.rb
avburn-0.1.0 spec/spec_helper.rb
avburn-0.0.2 spec/spec_helper.rb
avburn-0.0.1 spec/spec_helper.rb