Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Commit

Permalink
Fix tests for plugin renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Sep 17, 2015
1 parent 0ef7266 commit 229a977
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.gradle.api.plugins.ApplicationPlugin
class OspackageApplicationDaemonPluginSpec extends PluginProjectSpec {
@Override
String getPluginName() {
'nebula-ospackage-application-daemon'
'nebula.ospackage-application-daemon'
}

def 'project modified by plugin'() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ import nebula.test.PluginProjectSpec
class OspackageApplicationPluginSpec extends PluginProjectSpec {
@Override
String getPluginName() {
'nebula-ospackage-application'
'nebula.ospackage-application'
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import org.codehaus.groovy.runtime.StackTraceUtils
class OspackageDaemonPluginSpec extends PluginProjectSpec {
@Override
String getPluginName() {
'nebula-ospackage-daemon'
'nebula.ospackage-daemon'
}

def 'if no daemonName is assigned use the name of the project'() {
Expand Down

0 comments on commit 229a977

Please sign in to comment.