mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Rename module from Formatters to Formatting
This commit is contained in:
parent
80150f945b
commit
daf2f43f25
19 changed files with 23 additions and 23 deletions
|
@ -1,8 +1,8 @@
|
|||
require "./spec_helper"
|
||||
|
||||
# Creates a `Config` for Spectator that is suited for testing it.
|
||||
def spectator_test_config(formatter : Spectator::Formatters::Formatter? = nil)
|
||||
Spectator::Config.new(formatter || Spectator::Formatters::SilentFormatter.new)
|
||||
def spectator_test_config(formatter : Spectator::Formatting::Formatter? = nil)
|
||||
Spectator::Config.new(formatter || Spectator::Formatting::SilentFormatter.new)
|
||||
end
|
||||
|
||||
def new_test_suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue