Skip to content

Commit

Permalink
test: add a missing import for an example in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Oct 11, 2024
1 parent da1c374 commit d20062d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guide/src/test/scala/org/specs2/guide/HtmlOutput.scala
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Custom CSS and JavaScript files can be used without changing the template. In or
Here is something you can do to automatically create an index page for your specifications: ${snippet{

import org.specs2.*
import org.specs2.runner.*
import specification.core.*

class index(env: Env) extends Specification:
Expand Down

0 comments on commit d20062d

Please sign in to comment.