Skip to content

Commit 146ea14

Browse files
committed
Merge branch 'master' into develop
2 parents e138bd9 + 5c1832d commit 146ea14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)