Pending tests fixed

This commit is contained in:
Jamon Holmgren
2013-03-28 10:42:26 -07:00
parent bfee2f7cc6
commit 10f2f1f71a
2 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@@ -10,6 +10,6 @@ pom.xml
/build
.DS_Store
*.clj
.repl_histroy
.rvmrc
*.gem
.repl_history

View File

@@ -79,11 +79,13 @@ describe "screen helpers" do
@screen.send(:present_modal_view_controller, new_screen, true)
end
# TODO: Implement this test
it "should push screen onto nav controller stack inside a tab bar"
it "should push screen onto nav controller stack inside a tab bar" do
# TODO: Implement this test
end
# TODO: Implement this test
it "should set the tab bar selectedIndex when opening a screen inside a tab bar"
it "should set the tab bar selectedIndex when opening a screen inside a tab bar" do
# TODO: Implement this test
end
it "should open a root screen if :close_all is provided" do
@screen.mock!(:open_root_screen) { |screen| screen.should.be.instance_of BasicScreen }