Added delegate test

This commit is contained in:
Jamon Holmgren
2013-05-31 17:47:42 -07:00
parent 0e56188857
commit c653d63496

View File

@@ -26,4 +26,13 @@ describe "PM::Delegate" do
end
it "should set home_screen when opening a new screen" do
@subject.application(UIApplication.sharedApplication, didFinishLaunchingWithOptions: nil)
@subject.open BasicScreen.new(nav_bar: true)
@subject.home_screen.should.be.kind_of BasicScreen
@subject.window.rootViewController.should.be.kind_of UINavigationController
end
end