Initial commit to graph.njae.
[graph.njae.git] / spec / spec_helper.rb
1 $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
2 $LOAD_PATH.unshift(File.dirname(__FILE__))
3 require 'rspec'
4 require 'graph.njae'
5
6 # Requires supporting files with custom matchers and macros, etc,
7 # in ./support/ and its subdirectories.
8 Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
9
10 RSpec.configure do |config|
11
12 end