Class: Cucumber::Formatter::URLReporter

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/formatter/url_reporter.rb

Instance Method Summary collapse

Constructor Details

#initialize(io) ⇒ URLReporter

Returns a new instance of URLReporter.



6
7
8
# File 'lib/cucumber/formatter/url_reporter.rb', line 6

def initialize(io)
  @io = io
end

Instance Method Details

#report(banner) ⇒ Object



10
11
12
# File 'lib/cucumber/formatter/url_reporter.rb', line 10

def report(banner)
  @io.puts(banner)
end