Sha256: 946f07c3facac17acd0c65d0ee670340c6c681f86cfd447fe7ef2e5fbbe61dc7

Contents?: true

Size: 360 Bytes

Versions: 9

Compression:

Stored size: 360 Bytes

Contents

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

# 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

9 entries across 9 versions & 1 rubygems

Version Path
graph.njae-0.3.1 spec/spec_helper.rb
graph.njae-0.3.0 spec/spec_helper.rb
graph.njae-0.2.4 spec/spec_helper.rb
graph.njae-0.2.3 spec/spec_helper.rb
graph.njae-0.2.2 spec/spec_helper.rb
graph.njae-0.2.1 spec/spec_helper.rb
graph.njae-0.2.0 spec/spec_helper.rb
graph.njae-0.1.0 spec/spec_helper.rb
graph.njae-0.0.0 spec/spec_helper.rb