Flowdock
new() public

No documentation

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

Hide source
# File lib/autotest/rspec.rb, line 22
  def initialize
    super
    self.failed_results_re = /^\d+\)\n(?:\e\[\d*m)?(?:.*?in )?'([^\n]*)'(?: FAILED)?(?:\e\[\d*m)?\n(.*?)\n\n/m
    self.completed_re = /\n(?:\e\[\d*m)?\d* examples?/m
  end
Register or log in to add new notes.