Sha256: 80f0e56a62329a7f19493602a79d6fbaa75418a18fd1c4b45671129949a45cec

Contents?: true

Size: 362 Bytes

Versions: 23

Compression:

Stored size: 362 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'name-spotter'

# 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

23 entries across 23 versions & 1 rubygems

Version Path
name-spotter-0.2.4 spec/spec_helper.rb
name-spotter-0.2.3 spec/spec_helper.rb
name-spotter-0.2.2 spec/spec_helper.rb
name-spotter-0.2.1 spec/spec_helper.rb
name-spotter-0.2.0 spec/spec_helper.rb
name-spotter-0.1.11 spec/spec_helper.rb
name-spotter-0.1.10 spec/spec_helper.rb
name-spotter-0.1.9 spec/spec_helper.rb
name-spotter-0.1.8 spec/spec_helper.rb
name-spotter-0.1.7 spec/spec_helper.rb
name-spotter-0.1.6 spec/spec_helper.rb
name-spotter-0.1.5 spec/spec_helper.rb
name-spotter-0.1.4 spec/spec_helper.rb
name-spotter-0.1.3 spec/spec_helper.rb
name-spotter-0.1.2 spec/spec_helper.rb
name-spotter-0.1.1 spec/spec_helper.rb
name-spotter-0.1.0 spec/spec_helper.rb
name-spotter-0.0.7 spec/spec_helper.rb
name-spotter-0.0.6 spec/spec_helper.rb
name-spotter-0.0.5 spec/spec_helper.rb