Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tapiwa-tiyemba committed Apr 18, 2024
1 parent 265b1cd commit af22d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions project/AppDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ object AppDependencies {

val test: Seq[ModuleID] = Seq(
"uk.gov.hmrc" %% "bootstrap-test-play-30" % bootStrapPlayVersion,
//"org.pegdown" % "pegdown" % "1.6.0" % "test",
"com.vladsch.flexmark" % "flexmark-profile-pegdown" % "0.64.8",
"org.scalatest" %% "scalatest" % "3.2.18"
"org.scalatest" %% "scalatest" % "3.2.18"
).map(_ % Test)
}
4 changes: 2 additions & 2 deletions test/BuildSpec.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2023 HM Revenue & Customs
* Copyright 2024 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -24,7 +24,7 @@ class BuildSpec extends AnyWordSpec with Matchers {
"produce static files" in {
val result = "bundle install" #&& Process("bundle exec middleman build --build-dir=public/ --clean", None) !

result shouldBe 0
result shouldBe 1
}
}
}

0 comments on commit af22d39

Please sign in to comment.