Sha256: 40c7a7ddf6d753c8486a1451065e2779a579238b007d32ede2767e2e445acddd
Contents?: true
Size: 295 Bytes
Versions: 48
Compression:
Stored size: 295 Bytes
Contents
require 'spec_helper' module GoTransverseTractApi RSpec.describe Order::PaymentTerm do before(:each) { http_auth } context ".find_all" do it "returns all payment terms" 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