Sha256: 39ea442f46a0df342fdb30db7cc70e36165da5eac91182800605b5f3172f4567

Contents?: true

Size: 254 Bytes

Versions: 4

Compression:

Stored size: 254 Bytes

Contents

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

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
method_locator-0.0.4 spec/spec_helper.rb
method_locator-0.0.3 spec/spec_helper.rb
method_locator-0.0.2 spec/spec_helper.rb
method_locator-0.0.1 spec/spec_helper.rb