aboutsummaryrefslogtreecommitdiff
path: root/bamboo-specs/src/test/java/tutorial/PlanSpecTest.java
diff options
context:
space:
mode:
authorgabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2020-08-22 14:34:03 +0000
committergabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com>2020-08-22 14:34:03 +0000
commit236e0a6baa1284fba18d42230db0d1a976e12687 (patch)
treeed99c146c48bffc854742f5f5bfa402cb93ea703 /bamboo-specs/src/test/java/tutorial/PlanSpecTest.java
parenta99e7be0a6c7c725dc5156952e581bf3a903485c (diff)
downloadgenpass-236e0a6baa1284fba18d42230db0d1a976e12687.tar.gz
genpass-236e0a6baa1284fba18d42230db0d1a976e12687.tar.bz2
genpass-236e0a6baa1284fba18d42230db0d1a976e12687.zip
Remove this atlassian thrash
Diffstat (limited to 'bamboo-specs/src/test/java/tutorial/PlanSpecTest.java')
-rw-r--r--bamboo-specs/src/test/java/tutorial/PlanSpecTest.java15
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);
- }
-}