Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-popov committed May 7, 2019
1 parent adeb069 commit 40dd3bf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/sbt-test/sbt-release/update-readme-with-regex/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ releaseProcess := Seq(
TaskKey[Unit]("runTest") := {
val readmeFile = releaseReadmeFile.value.get
val expected =
"""# A project
|
|Add library in your `build.sbt`
"""# Update README test
|
|```scala
|libraryDependencies += "com.example" %% "lib" % "1.0.0"
|libraryDependencies += "com.example" %% "test" % "1.0.0"
|```""".stripMargin
val actual = Source.fromFile(readmeFile).mkString

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 40dd3bf

Please sign in to comment.