Exception: Cucumber::Core::Test::TagFilter::TagExcess

Inherits:
StandardError
  • Object
show all
Defined in:
lib/cucumber/core/test/filters/tag_filter.rb

Instance Method Summary collapse

Constructor Details

#initialize(limit_breaches) ⇒ TagExcess

Returns a new instance of TagExcess.



103
104
105
# File 'lib/cucumber/core/test/filters/tag_filter.rb', line 103

def initialize(limit_breaches)
  super(limit_breaches.map(&:to_s).join("\n"))
end