Missed a method that should be private

This commit is contained in:
Michael Miller 2021-02-09 23:27:00 -07:00
parent 35946dc993
commit 86a85c0946
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436

View file

@ -33,7 +33,7 @@ class SpectatorTestContext < SpectatorContext
# Initial tags for tests. # Initial tags for tests.
# This method should be overridden by example groups and examples. # This method should be overridden by example groups and examples.
def self.tags private def self.tags
::Spectator::Tags.new ::Spectator::Tags.new
end end
end end