lib/rapporteur.rb in rapporteur-3.1.0 vs lib/rapporteur.rb in rapporteur-3.2.0

- old
+ new

@@ -44,9 +44,10 @@ add_check(Checks::RevisionCheck) add_check(Checks::TimeCheck) end @checker end + @checker = nil # Public: Empties all configured checks from the checker. This may be # useful for testing and for cases where you might've built up some basic # checks but for one reason or another (environment constraint) need to # start from scratch.