Move constant above class body

This commit is contained in:
Markus Schirp 2014-05-11 14:27:40 +00:00
parent b917be72b6
commit 1122f05a3a

View file

@ -5,6 +5,9 @@ module Mutant
# Runner for object config
class Config < self
# The expected coverage precision
COVERAGE_PRECISION = 1
register Mutant::Config
# Run runner for object
@ -40,8 +43,6 @@ module Mutant
end
memoize :failed_subjects
COVERAGE_PRECISION = 1
# Test if run was successful
#
# @return [true]