Add dummy instance values

This commit is contained in:
Michael Miller 2019-01-01 17:06:24 -07:00
parent b5edb1e9f3
commit 191eb02cbe
5 changed files with 24 additions and 0 deletions

View file

@ -6,6 +6,11 @@ class SpyExample < Spectator::RunnableExample
"SPY"
end
# Dummy instance.
def instance
nil
end
# Captures the sample values when the example is created.
def initialize(group, @sample_values)
super(group, @sample_values)