diff options
Diffstat (limited to 'bamboo-specs/src/test/java/tutorial/PlanSpecTest.java')
-rw-r--r-- | bamboo-specs/src/test/java/tutorial/PlanSpecTest.java | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bamboo-specs/src/test/java/tutorial/PlanSpecTest.java b/bamboo-specs/src/test/java/tutorial/PlanSpecTest.java deleted file mode 100644 index 0c05f55..0000000 --- a/bamboo-specs/src/test/java/tutorial/PlanSpecTest.java +++ /dev/null @@ -1,15 +0,0 @@ -package tutorial; - -import com.atlassian.bamboo.specs.api.builders.plan.Plan; -import com.atlassian.bamboo.specs.api.exceptions.PropertiesValidationException; -import com.atlassian.bamboo.specs.api.util.EntityPropertiesBuilders; -import org.junit.Test; - -public class PlanSpecTest { - @Test - public void checkYourPlanOffline() throws PropertiesValidationException { - Plan plan = new PlanSpec().createPlan(); - - EntityPropertiesBuilders.build(plan); - } -} |