Sha256: f6a664cfa063e00f909ac2453aacfb1f495fa8b3556d924b9d3ead13b7af9f26
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
require File.expand_path('../../lib/open311', __FILE__) require 'webmock/rspec' RSpec.configure do |config| config.include WebMock::API end def fixture_path File.expand_path("../fixtures", __FILE__) end def fixture(file) File.new(fixture_path + '/' + file) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
open311-0.0.1 | spec/spec_helper.rb |
open311-0.0.0 | spec/spec_helper.rb |