Skip to content

Commit

Permalink
imp: updated GrailsApplicationSpec application file generation test name
Browse files Browse the repository at this point in the history
  • Loading branch information
gsartori committed Nov 8, 2024
1 parent 7b4caf5 commit 48607f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import spock.lang.Unroll
class GrailsApplicationSpec extends BeanContextSpec implements CommandOutputFixture {

@Unroll
void 'Application file is generated for a #applicationType application type with gradle and referenced in build.gradle mainClassName for language: groovy'() {
void 'Application file is generated for a #applicationType application for language: groovy'() {
when:
def output = generate(applicationType,
new Options(TestFramework.SPOCK),
Expand Down

0 comments on commit 48607f9

Please sign in to comment.