Sha256: 2d998a0c018ce20fd4413354408779bda991c341a46296a26f03f0431da35a85
Contents?: true
Size: 316 Bytes
Versions: 3
Compression:
Stored size: 316 Bytes
Contents
$:.unshift File.expand_path('..', __FILE__) $:.unshift File.expand_path('../../lib', __FILE__) require 'simplecov' SimpleCov.start 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
open311-0.2.2 | spec/helper.rb |
open311-0.2.1 | spec/helper.rb |
open311-0.2.0 | spec/helper.rb |