Reworded CASSampleSpec test method to reflect single logout

This commit is contained in:
Rob Winch 2011-05-11 21:50:16 -05:00
parent 4c43bde064
commit 4d786d74cf

View File

@ -118,7 +118,7 @@ class CasSampleSpec extends BaseSpec {
at LoginPage
}
def 'logging out of the cas server successfully logs out of the cas server'() {
def 'logging out of the cas server successfully logs out of the cas sample application'() {
setup: 'login with ROLE_USER'
to SecurePage
at LoginPage