Sha256: c350b5058360e424a371bf61ea705973a90f5329c2d58dbc604885c21a96c704

Contents?: true

Size: 381 Bytes

Versions: 49

Compression:

Stored size: 381 Bytes

Contents

require 'spec_helper'
module GoTransverseTractApi

  RSpec.describe BillingAccount::RecurringPayment do
    before(:each) { http_auth }

    context ".find_by_account_num" do
      it "returns account details for a given account number" do
        actual_response = described_class.find_by_account_num(8)
        expect(actual_response).to_not be_nil
      end
    end

  end
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
gotransverse-tract-api-0.24.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.23.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.22.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.22.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.21.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.21.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.20.3 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.20.2 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.20.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.20.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.19.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.18.3 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.18.2 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.18.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.18.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.17.2 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.17.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.17.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.16.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.15.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb