Registry / testing / specs-2-8-0

specs-2-8-0

JSON →
library1.6.5javamavenunverified

Specs is a Behaviour-Driven-Design framework for Scala.

<dependency> <groupId>org.scala-tools.testing</groupId> <artifactId>specs_2.8.0</artifactId> <version>1.6.5</version> </dependency>
INSTALL
IMPORT
SIG · SPECS-2-8-0
S
specs-2-8-0
testingjavav1.6.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Specification
org.specs.Specification

Define a simple BDD specification using the Specs framework.

import org.specs.Specification; object MySpec extends Specification { "A simple example" should { "work" in { 1 mustEqual 1 } } }
Debug
Known issues
breakingSpecs 1.x is outdated; consider upgrading to Specs2 or Specs3 for Scala 2.11+.
fix
Use org.specs2:specs2-core for modern Scala versions.
affects: >=1.0.0 <2.0.0
Upgrade
Version history
1.6.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
specs-2-8-0 — mvn dependency:get specs-2-8-0 · libregistry