Sha256: 1b7f22571a25f3e97d19e490b9d88727901ab4c9b9e6515ed60f032195c0815d

Contents?: true

Size: 417 Bytes

Versions: 1

Compression:

Stored size: 417 Bytes

Contents

require 'spec_helper'

describe Shoes::Swt::Oval do
  include_context "swt app"

  let(:left) { 100 }
  let(:top) { 200 }
  let(:width) { 300 }
  let(:height) { 400 }
  let(:dsl) { ::Shoes::Oval.new shoes_app, parent, left, top, width, height }

  subject do
    Shoes::Swt::Oval.new(dsl, swt_app)
  end

  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/oval_spec.rb