We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0177715 + aaf8156 commit 5c1832dCopy full SHA for 5c1832d
src/main/scala/templemore/jruby/Cucumber.scala
@@ -24,6 +24,6 @@ case class Cucumber(jRubyHome: File,
24
def cuke4duke = (gemDir / "bin" / "cuke4duke").getPath
25
26
jruby( (cuke4duke :: featuresDir.getPath :: "--require" :: requirePath.getPath :: "--color" :: Nil) ++
27
- options ++ makeOptionsList(tags, "--tags") ++ makeOptionsList(names, "--names") )
+ options ++ makeOptionsList(tags, "--tags") ++ makeOptionsList(names, "--name") )
28
}
29
0 commit comments