features/step_definitions/simplecov_steps.rb in simplecov-0.13.0 vs features/step_definitions/simplecov_steps.rb in simplecov-0.14.0
- old
+ new
@@ -59,10 +59,10 @@
Then the output should contain "Coverage report generated for #{frameworks.join(', ')}"
And I should see "using #{frameworks.join(', ')}" within "#footer"
)
end
-# This is neccessary to ensure timing-dependant tests like the merge timeout
+# This is necessary to ensure timing-dependant tests like the merge timeout
# do not fail on powerful machines.
When /^I wait for (\d+) seconds$/ do |seconds|
sleep seconds.to_i
end