Skip to content

Commit

Permalink
Remove selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasschegg committed Mar 29, 2015
1 parent 9238f08 commit 61e0ed8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
24 changes: 0 additions & 24 deletions frontend/test/IntegrationSpec.scala

This file was deleted.

3 changes: 1 addition & 2 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ object Dependencies {
"org.webjars" % "highstock" % "2.0.4",
"org.webjars" % "bootstrap" % "3.2.0" exclude ("org.webjars", "jquery"),
"org.webjars" % "bootswatch-yeti" % "3.2.0" exclude ("org.webjars", "jquery"),
"org.webjars" % "angularjs" % "1.2.16-2" exclude ("org.webjars", "jquery"),
"org.seleniumhq.selenium" % "selenium-java" % "2.45.0"
"org.webjars" % "angularjs" % "1.2.16-2" exclude ("org.webjars", "jquery")
)

val tradingsimulation = Seq(
Expand Down

0 comments on commit 61e0ed8

Please sign in to comment.