We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c4df6 commit aaf8156Copy full SHA for aaf8156
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