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.14.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.13.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.12.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.11.2 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.11.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.11.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.10.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.9.2 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.9.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.9.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.8.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.8.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.7.5 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.7.4 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.7.3 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.7.2 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.7.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.7.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.6.7 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.6.6 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb