diff --git a/.gitignore b/.gitignore index 6e1b773..f60d7e9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,6 @@ pom.xml /build .DS_Store *.clj -.repl_histroy .rvmrc *.gem +.repl_history diff --git a/spec/screen_helpers_spec.rb b/spec/screen_helpers_spec.rb index 9341369..7d00366 100644 --- a/spec/screen_helpers_spec.rb +++ b/spec/screen_helpers_spec.rb @@ -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 }