ruby-changes:48494
From: hsbt <ko1@a...>
Date: Thu, 2 Nov 2017 13:27:37 +0900 (JST)
Subject: [ruby-changes:48494] hsbt:r60609 (trunk): Fixed syntax error with ignore option order.
hsbt 2017-11-02 13:27:33 +0900 (Thu, 02 Nov 2017) New Revision: 60609 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60609 Log: Fixed syntax error with ignore option order. Modified files: trunk/spec/bundler/install/global_cache_spec.rb Index: spec/bundler/install/global_cache_spec.rb =================================================================== --- spec/bundler/install/global_cache_spec.rb (revision 60608) +++ spec/bundler/install/global_cache_spec.rb (revision 60609) @@ -187,7 +187,7 @@ RSpec.describe "global gem caching" do https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/global_cache_spec.rb#L187 end end - describe "extension caching", :rubygems => "2.2", :ruby_repo do + describe "extension caching", :ruby_repo, :rubygems => "2.2" do it "works" do build_git "very_simple_git_binary", &:add_c_extension build_lib "very_simple_path_binary", &:add_c_extension -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/