mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-01-12 09:33:43 +08:00
18 lines
317 B
Ruby
18 lines
317 B
Ruby
describe 'inspector' do
|
|
|
|
before do
|
|
UIView.setAnimationsEnabled false
|
|
end
|
|
|
|
after do
|
|
UIView.setAnimationsEnabled true
|
|
end
|
|
|
|
#it 'should open inspector view' do
|
|
#rmq.all.inspector
|
|
#ivq = rmq(rmq.window).find(RubyMotionQuery::InspectorView)
|
|
#ivq.length.should == 1
|
|
#ivq.remove
|
|
#end
|
|
end
|