mirror of
https://github.com/zhigang1992/redpotion.git
synced 2026-06-12 17:18:50 +08:00
7 lines
242 B
Ruby
7 lines
242 B
Ruby
describe 'RubyMotionQuery app' do
|
|
it "should return the current_view_controller for the current_screen" do
|
|
expected = RubyMotionQuery::App.current_view_controller
|
|
RubyMotionQuery::App.current_screen.should.equal(expected)
|
|
end
|
|
end
|