Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
fixing documentation
  • Loading branch information
jlupi committed Oct 10, 2017
1 parent aaf477e commit 03b02f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Expand Up @@ -87,7 +87,7 @@ If you do not want to annotate all your test-classes its possible to use a patte
[source,java]
----
@RunWith(SuiteRunner.class)
@SuiteConfiguration("org.codelamb.sweet", containsFilter="Test")
@SuiteConfiguration(value = "org.codelamb.sweet", containsFilter = "Test")
public class IntegrationTestSuite {
}
----
Expand Down

0 comments on commit 03b02f2

Please sign in to comment.