mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Missed a method that should be private
This commit is contained in:
parent
35946dc993
commit
86a85c0946
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue