Sha256: db2fc2740b6571e61cae8b050be7e709d78d0fd54467016090e2db640c192329

Contents?: true

Size: 369 Bytes

Versions: 7

Compression:

Stored size: 369 Bytes

Contents

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

# 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

7 entries across 7 versions & 1 rubygems

Version Path
seattle_weather_gem-0.6.0 spec/spec_helper.rb
seattle_weather_gem-0.5.0 spec/spec_helper.rb
seattle_weather_gem-0.4.0 spec/spec_helper.rb
seattle_weather_gem-0.3.0 spec/spec_helper.rb
seattle_weather_gem-0.2.0 spec/spec_helper.rb
seattle_weather_gem-0.1.0 spec/spec_helper.rb
seattle_weather_gem-0.0.0 spec/spec_helper.rb