Sha256: 7ae947467d6aad8cb168e805ec54f779da82167a53c9fbbee1d25be9df0415ff

Contents?: true

Size: 248 Bytes

Versions: 15

Compression:

Stored size: 248 Bytes

Contents

module Cucumber
  module Formatter
    class URLReporter
      def initialize(io)
        @io = io
      end

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

    class NoReporter
      def report(banner); end
    end
  end
end

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
cucumber-9.0.1 lib/cucumber/formatter/url_reporter.rb
cucumber-9.0.0 lib/cucumber/formatter/url_reporter.rb
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/url_reporter.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/url_reporter.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/url_reporter.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-8.0.0/lib/cucumber/formatter/url_reporter.rb
cucumber-8.0.0 lib/cucumber/formatter/url_reporter.rb
cucumber-8.0.0.rc.1 lib/cucumber/formatter/url_reporter.rb
phillipug-foodie-0.1.0 .vendor/ruby/3.0.0/gems/cucumber-7.1.0/lib/cucumber/formatter/url_reporter.rb
cucumber-7.1.0 lib/cucumber/formatter/url_reporter.rb
cucumber-7.0.0 lib/cucumber/formatter/url_reporter.rb
cucumber-6.1.0 lib/cucumber/formatter/url_reporter.rb
cucumber-6.0.0 lib/cucumber/formatter/url_reporter.rb
cucumber-5.3.0 lib/cucumber/formatter/url_reporter.rb
cucumber-5.2.0 lib/cucumber/formatter/url_reporter.rb