Sha256: 4604fb8823010f46d4d08dc60d14ebc598c6e03a4f43372d7bce39453a4f6acf

Contents?: true

Size: 168 Bytes

Versions: 1

Compression:

Stored size: 168 Bytes

Contents

describe "Application 'wizard-1'" do
  before do
    @app = UIApplication.sharedApplication
  end

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
motion-wizard-0.1 samples/wizard-1/spec/main_spec.rb