We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e138bd9 + 5c1832d commit 146ea14Copy full SHA for 146ea14
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