https://github.com/typelevel/discipline-specs2
Specs2 Integration for Discipline
https://github.com/typelevel/discipline-specs2
Last synced: 5 months ago
JSON representation
Specs2 Integration for Discipline
- Host: GitHub
- URL: https://github.com/typelevel/discipline-specs2
- Owner: typelevel
- License: mit
- Created: 2019-08-02T22:51:50.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-10-10T00:47:37.000Z (6 months ago)
- Last Synced: 2025-10-14T18:23:36.936Z (6 months ago)
- Language: Scala
- Homepage: https://typelevel.org/discipline-specs2/
- Size: 1.15 MB
- Stars: 9
- Watchers: 6
- Forks: 11
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# discipline-specs2 - Specs2 Integration for Discipline [](https://github.com/typelevel/discipline-specs2/actions/workflows/ci.yml) [](https://maven-badges.herokuapp.com/maven-central/org.typelevel/discipline-specs2_2.12) 
## [Head on over to the microsite](https://typelevel.org/discipline-specs2)
## Quick Start
To use discipline-specs2 in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your
`build.sbt` depending on your needs:
```scala
libraryDependencies ++= Seq(
"org.typelevel" %% "discipline-specs2" % "1.3.1"
)
```