Skip to content

Commit

Permalink
Silence @track_files_glob ivar warning
Browse files Browse the repository at this point in the history
Fixes #446.
  • Loading branch information
craiglittle committed Jan 20, 2016
1 parent a1b6e85 commit cc751a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/simplecov/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ module SimpleCov
module Configuration # rubocop:disable ModuleLength
attr_writer :filters, :groups, :formatter

def self.extended(base)
base.class_eval do
@track_files_glob = nil
end
end

#
# The root for the project. This defaults to the
# current working directory.
Expand Down

0 comments on commit cc751a7

Please sign in to comment.