mirror of
https://github.com/zhigang1992/redpotion.git
synced 2026-04-29 12:55:31 +08:00
Corrects test description
This commit is contained in:
@@ -144,7 +144,7 @@ describe 'RubyMotionQuery ext' do
|
||||
@button.off(:tap, :swipe)
|
||||
end
|
||||
|
||||
it "should attach the event" do
|
||||
it "should detach the events" do
|
||||
@button.rmq_data.events.has_event?(:tap).should.be.false
|
||||
@button.rmq_data.events.has_event?(:swipe).should.be.false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user