Fix specs to work with new Expectation type

This commit is contained in:
Michael Miller 2018-11-14 02:15:55 -07:00
parent 35b59854ec
commit f0204a32ea
9 changed files with 379 additions and 395 deletions

View file

@ -7,7 +7,7 @@ class FailingExample < Spectator::RunnableExample
# Run the example that always fails.
private def run_instance
report_results(0, 1)
report_expectations(0, 1)
end
# Creates a failing example.