Skip to content

Commit

Permalink
Use Array instead of Set
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Sep 11, 2011
1 parent ea08f9e commit aaddcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/cli/options.rb
Expand Up @@ -46,7 +46,7 @@ class Options
NO_PROFILE_SHORT_FLAG = '-P'
PROFILE_LONG_FLAG = '--profile'
NO_PROFILE_LONG_FLAG = '--no-profile'
OPTIONS_WITH_ARGS = Set.new ['-r', '--require', '--i18n', '-f', '--format', '-o', '--out',
OPTIONS_WITH_ARGS = ['-r', '--require', '--i18n', '-f', '--format', '-o', '--out',
'-t', '--tags', '-n', '--name', '-e', '--exclude',
PROFILE_SHORT_FLAG, PROFILE_LONG_FLAG,
'-a', '--autoformat', '-l', '--lines', '--port']
Expand Down

0 comments on commit aaddcaa

Please sign in to comment.