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.6.5 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.6.4 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.6.3 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.6.2 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.6.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.6.0 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.5.3 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.5.2 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb
gotransverse-tract-api-0.5.1 spec/gotransverse-tract-api/billing_account/recurring_payment_spec.rb