Skip to content

Commit

Permalink
Fixup: remove an inspect inside a spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hmdne committed Nov 24, 2023
1 parent 0684381 commit dba2db2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/event_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,10 @@

count = 0
cb = elem.on :abcabc do |e|
p [:e, e]
count += e.thing
end

elem.trigger :abcabc do |e|
p [:e, e]
e.thing = 6
end

Expand Down

0 comments on commit dba2db2

Please sign in to comment.