Sha256: 54e5a08e2451ce1484127d0c3e3e2db121ca724a526a0225fd11914c162e4e64

Contents?: true

Size: 358 Bytes

Versions: 24

Compression:

Stored size: 358 Bytes

Contents

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

# 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

24 entries across 24 versions & 1 rubygems

Version Path
hayabusa-0.0.28 spec/spec_helper.rb
hayabusa-0.0.25 spec/spec_helper.rb
hayabusa-0.0.24 spec/spec_helper.rb
hayabusa-0.0.23 spec/spec_helper.rb
hayabusa-0.0.22 spec/spec_helper.rb
hayabusa-0.0.20 spec/spec_helper.rb
hayabusa-0.0.19 spec/spec_helper.rb
hayabusa-0.0.18 spec/spec_helper.rb
hayabusa-0.0.17 spec/spec_helper.rb
hayabusa-0.0.16 spec/spec_helper.rb
hayabusa-0.0.15 spec/spec_helper.rb
hayabusa-0.0.14 spec/spec_helper.rb
hayabusa-0.0.13 spec/spec_helper.rb
hayabusa-0.0.12 spec/spec_helper.rb
hayabusa-0.0.11 spec/spec_helper.rb
hayabusa-0.0.10 spec/spec_helper.rb
hayabusa-0.0.9 spec/spec_helper.rb
hayabusa-0.0.8 spec/spec_helper.rb
hayabusa-0.0.6 spec/spec_helper.rb
hayabusa-0.0.5 spec/spec_helper.rb