Sha256: 4b5985e13c85ac4f18d8640f5c7b45ab7a52a27e47e8cf607705a92242f9f4a3
Contents?: true
Size: 516 Bytes
Versions: 4
Compression:
Stored size: 516 Bytes
Contents
FactoryGirl.define do factory :bloom_remit_client_biller, class: "BloomRemitClient::Biller" do sequence(:slug) {|n| "biller_#{n}" } first_field "Account No." first_field_format "Alphanumeric" first_field_width 30 second_field "Account Name" second_field_format "Alphanumeric" second_field_width 50 end factory(:bloom_remit_client_create_payment_response, { class: "BloomRemitClient::CreatePaymentResponse", }) do success true body { {"json" => "value"} } end end
Version data entries
4 entries across 4 versions & 1 rubygems