Sha256: 92c990f50fbc1e794da3346ec24861ae435671cb9ac3bef2f12bfebbcaa1c860

Contents?: true

Size: 170 Bytes

Versions: 2

Compression:

Stored size: 170 Bytes

Contents

describe "Application 'teacup-osx'" do
  before do
    @app = UIApplication.sharedApplication
  end

  it "has one window" do
    @app.windows.size.should == 1
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
teacup-2.0.2 samples/teacup-osx/spec/main_spec.rb
teacup-2.0.0 samples/teacup-osx/spec/main_spec.rb