Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ConcurrentTestGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class ConcurrentTestGrailsPlugin {

def author = "Marcin Erdmann"
def authorEmail = "marcin.erdmann@proxerd.pl"
def title = "Cuncurrent Test plugin"
def description = '''Allows to run Grails JUnit tests concurrently.'''
def title = "Concurrent Test Plugin"
def description = '''Allows users to run Grails JUnit tests concurrently.'''
def documentation = "http://erdi.github.com/grails-concurrent-test-plugin/"

def issueManagement = [ system: "Github", url: "http://github.com/erdi/grails-concurrent-test-plugin/issues" ]
Expand Down