Skip to content

Instantly share code, notes, and snippets.

@robholland
Created March 4, 2010 11:25
Show Gist options
  • Save robholland/321634 to your computer and use it in GitHub Desktop.
Save robholland/321634 to your computer and use it in GitHub Desktop.
diff --git a/lib/cucumber/cli/options.rb b/lib/cucumber/cli/options.rb
index 1653fcd..cb63ebf 100644
--- a/lib/cucumber/cli/options.rb
+++ b/lib/cucumber/cli/options.rb
@@ -352,6 +352,7 @@ module Cucumber
end
@options[:source] &= other_options[:source]
@options[:snippets] &= other_options[:snippets]
+ @options[:strict] |= other_options[:strict]
@profiles += other_options.profiles
@expanded_args += other_options.expanded_args
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment