Skip to content

Commit

Permalink
Update plugin and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Mar 4, 2024
1 parent c8976ae commit 22003c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/main/groovy/geb/GebGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ class GebGrailsPlugin extends Plugin {
def pluginExcludes = [
"grails-app/views/error.gsp"
]
def title = "Grails Geb Plugin"
def author = "Graeme Rocher"
def authorEmail = "[email protected]"
def title = "Grace Geb Plugin"
def author = "Michael Yan"
def authorEmail = "[email protected]"
def description = '''\
Plugin that adds Geb functional testing code generation features.
'''
def documentation = "https://plugins.grails.org/plugin/grails/geb"
def documentation = "https://github.com/graceframework/grace-geb"
def license = "APACHE"
def issueManagement = [system: "Github Issues", url: "https://github.com/grails/geb/issues"]
def scm = [url: "https://github.com/grails/geb"]
def issueManagement = [system: "Github Issues", url: "https://github.com/graceframework/grace-geb"]
def scm = [url: "https://github.com/graceframework/grace-geb"]
}
2 changes: 1 addition & 1 deletion src/main/scripts/CreateFunctionalTest.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description("Creates a Geb Functional Test") {
usage "grails create-functional-test [TEST NAME]"
usage "grace create-functional-test [TEST NAME]"
argument name:'Test Name', description:"The name of the test"
completer AllClassCompleter
}
Expand Down

0 comments on commit 22003c0

Please sign in to comment.