Skip to content

joe11051105/fake_dwolla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Dwolla Fake

Reference

fake_stripe

Installation

Gemfile

# Gemfile
group :test do
  gem 'fake_dwolla'
end

Rspec

Require the library in your spec support:

# spec/support/fake_dwolla.rb
require 'fake_dwolla'

RSpec.configure do |config|
  config.before(:each) do
    FakeDwolla.stub_dwolla
  end
end

About

A mocking library for testing dwolla

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages