features/be_declarative.feature in gherkin_lint-0.6.3 vs features/be_declarative.feature in gherkin_lint-1.0.0
- old
+ new
@@ -9,10 +9,11 @@
$LOAD_PATH << '../../lib'
require 'gherkin_lint'
linter = GherkinLint::GherkinLint.new
linter.enable %w(BeDeclarative)
+ linter.set_linter
linter.analyze 'lint.feature'
exit linter.report
"""
@@ -47,7 +48,6 @@
Then the result is 3
"""
When I run `ruby lint.rb`
Then it should pass with exactly:
"""
-
"""