Sha256: 78f56d9260c4681bc1ace1d7e2829cd1728bc21f504e2d3b254956768fde8815

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

# Read about factories at http://github.com/thoughtbot/factory_girl

FactoryGirl.define do
	factory :merchant, class: Laundry::PaymentsGateway::Merchant do
		id '123456'
		api_login_id 'abc123'
		api_password 'secretsauce'
		transaction_password 'moneymoneymoney'
	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
laundry-0.0.7 spec/factories/merchants_factory.rb
laundry-0.0.6 spec/factories/merchants_factory.rb