Sha256: 326cc26dcbdb8b8825345ca53bbee4560dcb3dbd74f17981af71aa715ccef52c

Contents?: true

Size: 373 Bytes

Versions: 71

Compression:

Stored size: 373 Bytes

Contents

describe "NativeBar" do

  it "should create" do
    NativeBar.create Rho::RhoApplication::NOBAR_TYPE, []
    sleep 20
    NativeBar.started.should ==  false

    NativeBar.create Rho::RhoApplication::TOOLBAR_TYPE, [{:action => :back}]
    sleep 20
    NativeBar.started.should ==  true

    NativeBar.remove
    sleep 20
    NativeBar.started.should ==  false

  end

end

Version data entries

71 entries across 71 versions & 1 rubygems

Version Path
rhodes-3.3.0.beta.2 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.3.0.beta.1 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.3 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.2 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.2.beta spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.1 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.0 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.0.beta.9 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.0.beta.8 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.0.beta.7 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.0.beta.6 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.0.beta.5 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.0.beta.4 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.0.beta.2 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.2.0.beta.1 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.1.1 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.1.1.beta spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.1.0 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.1.0.beta.5 spec/phone_spec/app/spec/nativebar_spec.rb
rhodes-3.1.0.beta.4 spec/phone_spec/app/spec/nativebar_spec.rb