Sha256: 3a9ef4ad798b93e0f92e73ad5ee94291a2a68bb87f990c8c416588a935e3301c
Contents?: true
Size: 391 Bytes
Versions: 88
Compression:
Stored size: 391 Bytes
Contents
describe "NavBar" do it "should create" do NavBar.started.should == false begin NavBar.create rescue # Nothing end sleep 20 NavBar.started.should == false NavBar.create :title => "", :left => {:action => :back} sleep 20 NavBar.started.should == true NavBar.remove sleep 20 NavBar.started.should == false end end
Version data entries
88 entries across 88 versions & 2 rubygems