mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix specs to work with new Expectation type
This commit is contained in:
parent
35b59854ec
commit
f0204a32ea
9 changed files with 379 additions and 395 deletions
|
@ -21,7 +21,7 @@ class PassingExample < Spectator::RunnableExample
|
|||
# Run the example that always passes.
|
||||
# If this doesn't something broke.
|
||||
private def run_instance
|
||||
report_results(1, 0)
|
||||
report_expectations(1, 0)
|
||||
end
|
||||
|
||||
# Creates a passing example.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue