Sha256: 4b7400ac111def32f220d59f6761285113e749c25f03b2cf8ab4d3daf3836772
Contents?: true
Size: 293 Bytes
Versions: 48
Compression:
Stored size: 293 Bytes
Contents
require 'spec_helper' module GoTransverseTractApi RSpec.describe Order::Agreement do before(:each) { http_auth } context ".find_all" do it "returns all agreements" do data = described_class.find_all expect(data.count).to be >= 0 end end end end
Version data entries
48 entries across 48 versions & 1 rubygems