Skip to content

Commit

Permalink
Reverted quick fix for spockframework#1754.
Browse files Browse the repository at this point in the history
Created separate PR for that: spockframework#1761
  • Loading branch information
AndreasTu committed Aug 14, 2023
1 parent 53ac67f commit d59ba24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ class DetachedMockFactoryDocSpec extends Specification {
when:
mockUtil.attachMock(preconfiguredEngine, this)
preconfiguredEngine.isStarted() >> true
then:
preconfiguredEngine.isStarted()

// The attached now behaves differently. Because it has been attached to the
// spec, we can also verify interactions using '1 * ...' or similar, which
// would not be possible before attaching it.
Expand Down

This file was deleted.

0 comments on commit d59ba24

Please sign in to comment.