mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-04 19:45:35 +08:00
Pending tests fixed
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,6 +10,6 @@ pom.xml
|
||||
/build
|
||||
.DS_Store
|
||||
*.clj
|
||||
.repl_histroy
|
||||
.rvmrc
|
||||
*.gem
|
||||
.repl_history
|
||||
|
||||
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user