Sha256: 9eb1b6fe26fc87228df827833ceb7ff386d9251af9ae3c219a1766b213267940
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
unless ENV['CI'] require 'simplecov' SimpleCov.start end require 'open311' require 'rspec' require 'webmock/rspec' def fixture_path File.expand_path("../fixtures", __FILE__) end def fixture(file) File.new(fixture_path + '/' + file) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
open311-0.2.3 | spec/helper.rb |