Skip to content

Commit

Permalink
Make event parsable by yardoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed May 21, 2016
1 parent 8e91cd9 commit 3f41ac4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/cucumber/events/test_run_finished.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
module Cucumber
module Events

# Event fired after aall test cases have finished executing
TestRunFinished = Class.new(Core::Event.new)
# Event fired after all test cases have finished executing
class TestRunFinished < Core::Event.new
end

end
end

0 comments on commit 3f41ac4

Please sign in to comment.