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