Skip to content

Commit

Permalink
Merge pull request skipoleschris#4 from zvozin/master
Browse files Browse the repository at this point in the history
cuke4duke doesn't like --names as an option, it's --name
  • Loading branch information
skipoleschris committed Sep 16, 2011
2 parents 0177715 + aaf8156 commit 5c1832d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/templemore/jruby/Cucumber.scala
Expand Up @@ -24,6 +24,6 @@ case class Cucumber(jRubyHome: File,
def cuke4duke = (gemDir / "bin" / "cuke4duke").getPath

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

0 comments on commit 5c1832d

Please sign in to comment.