Skip to content

Instantly share code, notes, and snippets.

@DarylWM
Created November 29, 2013 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DarylWM/7701493 to your computer and use it in GitHub Desktop.
Save DarylWM/7701493 to your computer and use it in GitHub Desktop.
name := "sample-with-cucumber"
version := "1.0-SNAPSHOT"
libraryDependencies ++= Seq(
javaJdbc,
javaEbean,
cache,
"com.google.inject" % "guice" % "3.0" % "test",
"info.cukes" % "cucumber-guice" % "1.1.5" % "test",
"info.cukes" % "cucumber-java" % "1.1.5" % "test",
"info.cukes" % "cucumber-junit" % "1.1.5" % "test"
)
play.Project.playJavaSettings
unmanagedResourceDirectories in Test <+= baseDirectory( _ / "features" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment