mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Remove reference to internals
This commit is contained in:
parent
5d9e7002d6
commit
3c9846ae9b
3 changed files with 2 additions and 8 deletions
|
@ -11,7 +11,6 @@
|
|||
require "openssl"
|
||||
|
||||
# First the sub-modules.
|
||||
require "./internals"
|
||||
require "./dsl"
|
||||
require "./expectations"
|
||||
require "./matchers"
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
require "./internals/*"
|
||||
|
||||
module Spectator
|
||||
# Utilities and black magic (hacks) employed by the testing framework.
|
||||
module Internals
|
||||
end
|
||||
end
|
|
@ -1,3 +1,5 @@
|
|||
require "./internals/harness"
|
||||
|
||||
module Spectator
|
||||
# Main driver for executing tests and feeding results to formatters.
|
||||
class Runner
|
||||
|
|
Loading…
Reference in a new issue