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