Skip to content

Commit

Permalink
Added test
Browse files Browse the repository at this point in the history
  • Loading branch information
mockitoguy committed Jan 24, 2024
1 parent d01c1c9 commit 5fc45af
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ class ChangelogPluginTest extends Specification {
project.plugins.apply(ChangelogPlugin)

then:
project.tasks.generateChangelog
GenerateChangelogTask t = project.tasks.generateChangelog
t.gitDir

when:
t.workingDir = null

then:
!t.gitDir
}
}

0 comments on commit 5fc45af

Please sign in to comment.