mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Rename StandardFormatter to DefaultFormatter
This commit is contained in:
parent
cfe1a014dd
commit
a1871ca62e
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ require "colorize"
|
|||
|
||||
module Spectator
|
||||
module Formatters
|
||||
class StandardFormatter < Formatter
|
||||
class DefaultFormatter < Formatter
|
||||
def start_suite
|
||||
end
|
||||
|
|
@ -4,7 +4,7 @@ require "./successful_example_result"
|
|||
module Spectator
|
||||
class Runner
|
||||
def initialize(@group : ExampleGroup,
|
||||
@formatter : Formatters::Formatter = Formatters::StandardFormatter.new)
|
||||
@formatter : Formatters::Formatter = Formatters::DefaultFormatter.new)
|
||||
end
|
||||
|
||||
def run : Nil
|
||||
|
|
Loading…
Reference in a new issue