Sha256: 27c7ae3bfb050d79f979a70ba611d12516835aba238fc188612d16c3ff80639c
Contents?: true
Size: 358 Bytes
Versions: 32
Compression:
Stored size: 358 Bytes
Contents
require 'spec_helper' describe GroupDocs::Document::Rectangle do it_behaves_like GroupDocs::Api::Entity it { should have_accessor(:x) } it { should have_accessor(:y) } it { should have_accessor(:width) } it { should have_accessor(:height) } it { should alias_accessor(:w, :width) } it { should alias_accessor(:h, :height) } end
Version data entries
32 entries across 32 versions & 1 rubygems