templates/cloud/wrapper_gem/rakefile.erb in gapic-generator-cloud-0.2.0 vs templates/cloud/wrapper_gem/rakefile.erb in gapic-generator-cloud-0.2.2
- old
+ new
@@ -110,11 +110,11 @@
if File.directory? "samples"
Dir.chdir "samples" do
Bundler.with_clean_env do
ENV["GOOGLE_CLOUD_SAMPLES_TEST"] = "not_master"
sh "bundle update"
- sh "bundle exec rake test_master"
+ sh "bundle exec rake test"
end
end
else
puts "The <%= gem.name %> gem has no samples to test."
end
@@ -124,10 +124,10 @@
if File.directory? "samples"
Dir.chdir "samples" do
Bundler.with_clean_env do
ENV["GOOGLE_CLOUD_SAMPLES_TEST"] = "master"
sh "bundle update"
- sh "bundle exec rake test_master"
+ sh "bundle exec rake test"
end
end
else
puts "The <%= gem.name %> gem has no samples to test."
end