From c58d9c15457e53cf48495300f19fced18dcc5f75 Mon Sep 17 00:00:00 2001 From: David Justice Date: Fri, 28 Aug 2015 18:31:02 -0700 Subject: [PATCH] forgot that the tests currently require secrets - need recorded tests --- .travis.yml | 2 +- resource_management/Gemfile | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed464c152e..8201a572fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ rvm: script: - cd service_management/azure && bundle install && bundle exec rake test:unit -- cd ../../resource_management && bundle install && bundle exec rake spec +- cd ../../resource_management && bundle install - if [ "$TRAVIS_SECURE_ENV_VARS" == "true" ] ; then rake test:integration ; fi diff --git a/resource_management/Gemfile b/resource_management/Gemfile index 60b1f1d7a0..27f8a37886 100644 --- a/resource_management/Gemfile +++ b/resource_management/Gemfile @@ -5,11 +5,6 @@ source 'https://rubygems.org' group :development do - gem 'json' - gem 'concurrent-ruby-ext' - gem 'faraday' - gem 'faraday-cookie_jar' - gem 'ms_rest_azure' gem 'azure_mgmt_resources', path: 'azure_mgmt_resources' gem 'azure_mgmt_storage', path: 'azure_mgmt_storage' gem 'azure_mgmt_network', path: 'azure_mgmt_network'