features/support/env.rb in gherkin_lint-0.0.12 vs features/support/env.rb in gherkin_lint-0.0.13
- old
+ new
@@ -1,5 +1,5 @@
require 'aruba/cucumber'
Before do
- @aruba_timeout_seconds = 10 # too slow on sloppy machines
+ @aruba_timeout_seconds = 10 # too slow on sloppy machines
end