Sha256: 52981976e27b95d4a7c4ac2d8024490f2dfc16a684051ce1b99f6c1393e3798b
Contents?: true
Size: 155 Bytes
Versions: 1
Compression:
Stored size: 155 Bytes
Contents
require 'support/fake_liftapi' RSpec.configure do |config| config.before(:each) do stub_request(:any, /www.lift.do/).to_rack(FakeLiftAPI) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
liftapp-client-0.0.6 | spec/spec_helper.rb |