diff --git a/tests/shared/src/test/scala/org/specs2/matcher/StringMatchersSpec.scala b/tests/shared/src/test/scala/org/specs2/matcher/StringMatchersSpec.scala index e3e705efb..3e888679d 100644 --- a/tests/shared/src/test/scala/org/specs2/matcher/StringMatchersSpec.scala +++ b/tests/shared/src/test/scala/org/specs2/matcher/StringMatchersSpec.scala @@ -3,12 +3,7 @@ package matcher import java.util.regex.Pattern -class StringMatchersSpec - extends Spec - with StringMatchers - with MustExpectations - with IterableMatchers - with AnyMatchers { +class StringMatchersSpec extends Spec with StringMatchers with MustExpectations with IterableMatchers with AnyMatchers { def is = s2""" A string can be matched against a pattern using