Sha256: 8cdfd2f6d5c0afb1abe613e73e0444ec96e7a689f64e61c6d82ebafb300ea7c2
Contents?: true
Size: 906 Bytes
Versions: 2
Compression:
Stored size: 906 Bytes
Contents
require 'spec_helper' describe GroupDocs::Subscription::Limit do it_behaves_like GroupDocs::Api::Entity it { should respond_to(:Id) } it { should respond_to(:Id=) } it { should respond_to(:Min) } it { should respond_to(:Min=) } it { should respond_to(:Max) } it { should respond_to(:Max=) } it { should respond_to(:Description) } it { should respond_to(:Description=) } it { should have_alias(:id, :Id) } it { should have_alias(:id=, :Id=) } it { should have_alias(:min, :Min) } it { should have_alias(:min=, :Min=) } it { should have_alias(:max, :Max) } it { should have_alias(:max=, :Max=) } it { should have_alias(:description, :Description) } it { should have_alias(:description=, :Description=) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
groupdocs-1.1.0 | spec/groupdocs/subscription/limit_spec.rb |
groupdocs-1.0.0 | spec/groupdocs/subscription/limit_spec.rb |