Flowdock
method

run_started

Importance_0
run_started(count) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/runner/formatter/story/plain_text_formatter.rb, line 30
          def run_started(count)
            @count = count
            @output.puts "Running #@count scenarios\n\n"
          end
Register or log in to add new notes.