rename tests to obsolete
This commit is contained in:
10
tests_obsolete/vendor/ceedling/lib/verbosinator.rb
vendored
Normal file
10
tests_obsolete/vendor/ceedling/lib/verbosinator.rb
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
class Verbosinator
|
||||
|
||||
constructor :configurator
|
||||
|
||||
def should_output?(level)
|
||||
return (level <= @configurator.project_verbosity)
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user