Sha256: 293a2f04f41a0b2ab53b5a8ddd22ed82b076fe678e0af2dec01d365c71419fbb
Contents?: true
Size: 409 Bytes
Versions: 2
Compression:
Stored size: 409 Bytes
Contents
require 'spec_helper' describe Shoes::Swt::Rect do include_context "swt app" let(:left) { 55 } let(:top) { 77 } let(:width) { 222 } let(:height) { 111 } let(:dsl) {::Shoes::Rect.new shoes_app, parent, left, top, width, height} subject { Shoes::Swt::Rect.new dsl, swt_app } it_behaves_like "paintable" it_behaves_like "updating visibility" it_behaves_like 'clickable backend' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shoes-swt-4.0.0.pre6 | spec/shoes/swt/rect_spec.rb |
shoes-swt-4.0.0.pre5 | spec/shoes/swt/rect_spec.rb |