Skip to content

Commit

Permalink
Mark minified spec as pending until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Jan 18, 2020
1 parent e259104 commit aa9eb86
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class ResourceServerSpec extends Specification {
"default json to json2 minified version" in {
(ResourceServer.pathRewriter("json.js"::Nil) must_== List("json2-min.js")) and
(ResourceServer.pathRewriter("json2.js"::Nil) must_== List("json2-min.js"))
}
}.pendingUntilFixed
}
}

0 comments on commit aa9eb86

Please sign in to comment.