method

completed?

rails latest stable - Class: TestRun

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

completed?()
public

No documentation available.

# File ci/test_run.rb, line 37
  def completed?
    @qunit_testresult.text =~ /Tests completed/
  end