Skip to content

Commit

Permalink
Merge pull request #5 from hanneskaeufler/patch-2
Browse files Browse the repository at this point in the history
Correct @see annotations
  • Loading branch information
orta authored Aug 8, 2016
2 parents 5d6d28c + 9f62795 commit 11abeaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/junit/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ module Danger
# message "#{slowest_test[:time]} took #{slowest_test[:time]} seconds"
#
#
# @see orta/danger-junit, danger/danger, artsy/eigen
# @see orta/danger-junit
# @see danger/danger
# @see artsy/eigen
# @tags testing, reporting, junit, rspec, jasmine, jest, xcpretty
#
class DangerJunit < Plugin
Expand Down

0 comments on commit 11abeaa

Please sign in to comment.