Sha256: 47b4f4d18479f9414c6650c11a74d0bf5d9a0b705ca50577fe74c24ad9fd27d9
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'opennorth/represent' require 'pry' require 'rspec/collection_matchers' require 'simplecov' Dir[File.join(File.dirname(__FILE__),"support","**","*.rb")].each { |f| require f } RSpec.configure do |c| c.before do if ENV['FOG_MOCK'] == "true" Fog.mock! Fog::Mock.reset end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
opennorth-represent-0.1.0 | spec/spec_helper.rb |