diff options
author | gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> | 2020-08-22 14:34:03 +0000 |
---|---|---|
committer | gabriel giovanini <1408882-gabrielgio@users.noreply.gitlab.com> | 2020-08-22 14:34:03 +0000 |
commit | 236e0a6baa1284fba18d42230db0d1a976e12687 (patch) | |
tree | ed99c146c48bffc854742f5f5bfa402cb93ea703 /bamboo-specs/src/test/java | |
parent | a99e7be0a6c7c725dc5156952e581bf3a903485c (diff) | |
download | genpass-236e0a6baa1284fba18d42230db0d1a976e12687.tar.gz genpass-236e0a6baa1284fba18d42230db0d1a976e12687.tar.bz2 genpass-236e0a6baa1284fba18d42230db0d1a976e12687.zip |
Remove this atlassian thrash
Diffstat (limited to 'bamboo-specs/src/test/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); - } -} |