Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Move vcr cassette and remove test from the azure gem PR #356
Browse files Browse the repository at this point in the history
  • Loading branch information
vishrutshah committed Apr 12, 2016
1 parent 0164147 commit e41d3e7
Show file tree
Hide file tree
Showing 146 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service_management/azure/azure.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.summary = 'Official ruby client library to consume Microsoft Azure services.'
s.homepage = 'http://github.com/azure/azure-sdk-for-ruby'
s.license = 'Apache License, Version 2.0'
s.files = `git ls-files`.split("\n").reject { |f| f.start_with?("lib/azure/arm") }
s.files = `git ls-files`.split("\n").reject { |f| f.start_with?("test") }
s.bindir = 'bin'
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }

Expand Down
2 changes: 1 addition & 1 deletion service_management/azure/test/integration/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

VCR.configure do |config|
config.default_cassette_options = {:record => :once}
config.cassette_library_dir = "vcr/vcr_cassettes"
config.cassette_library_dir = "test/vcr/vcr_cassettes"
config.hook_into :faraday
config.allow_http_connections_when_no_cassette = false
config.filter_sensitive_data('<SUBSCRIPTION_ID>') { Azure.subscription_id }
Expand Down

0 comments on commit e41d3e7

Please sign in to comment.