Rakefile in azure-0.7.3 vs Rakefile in azure-0.7.4

- old
+ new

@@ -102,10 +102,10 @@ Rake::TestTask.new :recorded do |t| t.test_files = Dir['test/integration/**/*_test.rb'].reject do |path| # Reject the test paths those are not yet VCR recorded # Following three are Azure-Storage gem features and need to be removed when we take dependency on azure-storage gem - path.include?('blob') || path.include?('queue') || path.include?('table') + path.include?('/blob/') || path.include?('/queue/') || path.include?('/table/') end t.verbose = true t.libs = %w(lib test) end