Files
redpotion/spec/ruby_motion_query/app_spec.rb
2014-11-22 07:23:27 -05:00

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