mirror of
https://github.com/zhigang1992/redpotion.git
synced 2026-06-12 17:18:50 +08:00
8 lines
189 B
Ruby
8 lines
189 B
Ruby
describe 'RubyMotionQuery traverse' do
|
|
it "should return the view_controller for screen" do
|
|
rmq = RubyMotionQuery::RMQ.new
|
|
|
|
rmq.screen.should.equal(rmq.view_controller)
|
|
end
|
|
end
|