Changed test project name

This commit is contained in:
Marcin Grzejszczak
2015-05-15 16:06:47 +02:00
parent 6e6dda3994
commit 74dc41384e
30 changed files with 2 additions and 2 deletions

View File

@@ -4,10 +4,10 @@ import nebula.test.IntegrationSpec
import spock.lang.Stepwise
@Stepwise
class PresentationExampleSpec extends IntegrationSpec {
class SampleProjectSpec extends IntegrationSpec {
void setup() {
copyResources("functionalTest/presentationExample", "")
copyResources("functionalTest/sampleProject", "")
runTasksSuccessfully('clean') //delete accidental output when previously importing SimpleBoot into Idea to tweak it
}