Sha256: f97d04785b8865c22a7f32553c1327013fad1848e6b722e20b0b6639e5f3ad3e
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
require 'fake_dwolla/configuration' require 'fake_dwolla/initializers/webmock' require 'fake_dwolla/stub_app' module FakeDwolla extend Configuration def self.stub_dwolla stub_request(:any, /api-uat.dwolla.com/).to_rack(FakeDwolla::StubApp) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fake_dwolla-0.0.1 | lib/fake_dwolla.rb |