Sha256: 24870c15eaf91ad0a0341035ce1ff2cb958e4b78bcfd1e50b103f0dc0185fac9
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-swt-4.0.0.pre7 | spec/shoes/swt/rect_spec.rb |