Sha256: 077db9a34a083ecf563480d2644665b4623f2e2c27fab97bd0a535de950a6c33
Contents?: true
Size: 241 Bytes
Versions: 1
Compression:
Stored size: 241 Bytes
Contents
require 'bundler/setup' Bundler.setup lib = File.expand_path('../../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'open-weather-api' RSpec.configure do |config| # some (optional) config here end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
open-weather-api-0.0.4 | spec/spec_helper.rb |