Skip to content

Commit

Permalink
a better name for a test class
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-caban committed Feb 23, 2017
1 parent 3ee4353 commit 1b77fd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import spock.lang.Specification
import static com.github.tomakehurst.wiremock.client.WireMock.*
import static net.serenitybdd.rest.SerenityRest.rest

class WhenRunningRestTestsThroughJUnitWithoutSerenity extends Specification {
class WhenRunningRestTestsWithoutSerenity extends Specification {
@Rule
WireMockRule wire = new WireMockRule(0)

Expand Down

0 comments on commit 1b77fd2

Please sign in to comment.