Sha256: 44ec557ab0319abe459a4f3062cfa9be3996146db4413e4b81b82431b4b8a2df

Contents?: true

Size: 471 Bytes

Versions: 1

Compression:

Stored size: 471 Bytes

Contents

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

# 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

def load_fixture(f)
  return YAML::load(File.open(File.join(Dir.pwd, 'spec', 'fixtures', "#{f}.yml")))
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
weather_fetcher-0.0.0 spec/spec_helper.rb