Sha256: 03ec2002b12fe0ed00581bf822c56af2b0060000322a04ccac123b29c379179a
Contents?: true
Size: 320 Bytes
Versions: 48
Compression:
Stored size: 320 Bytes
Contents
require 'spec_helper' module GoTransverseTractApi RSpec.describe Order::BillingAccountCategory do before(:each) { http_auth } context ".find_all" do it "returns all billing account categories" do data = described_class.find_all expect(data).to_not be_nil end end end end
Version data entries
48 entries across 48 versions & 1 rubygems