Skip to content

Commit aaf8156

Browse files
Alex ZuzinAlex Zuzin
Alex Zuzin
authored and
Alex Zuzin
committed
Changed --names to --name
1 parent f0c4df6 commit aaf8156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/templemore/jruby/Cucumber.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ case class Cucumber(jRubyHome: File,
2424
def cuke4duke = (gemDir / "bin" / "cuke4duke").getPath
2525

2626
jruby( (cuke4duke :: featuresDir.getPath :: "--require" :: requirePath.getPath :: "--color" :: Nil) ++
27-
options ++ makeOptionsList(tags, "--tags") ++ makeOptionsList(names, "--names") )
27+
options ++ makeOptionsList(tags, "--tags") ++ makeOptionsList(names, "--name") )
2828
}
2929
}

0 commit comments

Comments
 (0)