mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Use TestValue instead of custom LabeledValue
This commit is contained in:
parent
763a65beac
commit
99d8f2a845
2 changed files with 1 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
module Spectator::Matchers
|
|
||||||
struct LabeledValue
|
|
||||||
getter label : Symbol
|
|
||||||
|
|
||||||
getter value : String
|
|
||||||
|
|
||||||
def initialize(@label, @value)
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -1,5 +1,6 @@
|
||||||
require "./failed_matched_data"
|
require "./failed_matched_data"
|
||||||
require "./successful_match_data"
|
require "./successful_match_data"
|
||||||
|
require "./test_value"
|
||||||
|
|
||||||
module Spectator::Matchers
|
module Spectator::Matchers
|
||||||
# Common base class for all expectation conditions.
|
# Common base class for all expectation conditions.
|
||||||
|
|
Loading…
Reference in a new issue