Sha256: 5918b24ce560ee4ec822ba4a2f5527b340d80027e1c0be0b024378df44a4238b

Contents?: true

Size: 356 Bytes

Versions: 17

Compression:

Stored size: 356 Bytes

Contents

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

# 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

17 entries across 17 versions & 1 rubygems

Version Path
fspath-0.1.1.1-darwin spec/spec_helper.rb
fspath-0.1.1.1 spec/spec_helper.rb
fspath-0.1.1-darwin spec/spec_helper.rb
fspath-0.1.1 spec/spec_helper.rb
fspath-0.1.0-darwin spec/spec_helper.rb
fspath-0.1.0 spec/spec_helper.rb
fspath-0.0.3-darwin spec/spec_helper.rb
fspath-0.0.3 spec/spec_helper.rb
fspath-0.0.2.5-darwin spec/spec_helper.rb
fspath-0.0.2.5 spec/spec_helper.rb
fspath-0.0.2.4 spec/spec_helper.rb
fspath-0.0.2.4-darwin spec/spec_helper.rb
fspath-0.0.2.3-darwin spec/spec_helper.rb
fspath-0.0.2.2-darwin spec/spec_helper.rb
fspath-0.0.2 spec/spec_helper.rb
fspath-0.0.2-darwin spec/spec_helper.rb
fspath-0.0.1 spec/spec_helper.rb