From 13ee40a4b8d05b27ff1d08e1c1577d3d5ea14e8e Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Tue, 31 Mar 2015 21:48:12 -0700 Subject: [PATCH] added test script --- samples/client/petstore/ruby/pom.xml | 60 ++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 samples/client/petstore/ruby/pom.xml diff --git a/samples/client/petstore/ruby/pom.xml b/samples/client/petstore/ruby/pom.xml new file mode 100644 index 00000000000..1d613f0a9c5 --- /dev/null +++ b/samples/client/petstore/ruby/pom.xml @@ -0,0 +1,60 @@ + + 4.0.0 + com.wordnik + RubyPetstoreClientTests + pom + 1.0-SNAPSHOT + Ruby Swagger Petstore Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + bundle-install + pre-integration-test + + exec + + + bundle + + install + + + + + bundle-test + integration-test + + exec + + + bundle + + exec + rspec + + + + + + + +