mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
6 lines
200 B
Crystal
6 lines
200 B
Crystal
module Spectator
|
|
# Empty context used to construct examples that don't have contexts.
|
|
# This is useful for dynamically creating examples outside of a spec.
|
|
class NullContext < Context
|
|
end
|
|
end
|