diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-02 04:27:33 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-11-02 04:27:33 +0000 |
commit | 0b5432a7bd7d826a35fc2a1a860d44d4d7f8ff96 (patch) | |
tree | 415afb2087acf030250fee364dfbc0a4fcf9e90e /spec | |
parent | 9e475eef866fe47f3167c4adf69079a4ed3ca243 (diff) | |
download | ruby-0b5432a7bd7d826a35fc2a1a860d44d4d7f8ff96.tar.gz |
Fixed syntax error with ignore option order.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r-- | spec/bundler/install/global_cache_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/global_cache_spec.rb b/spec/bundler/install/global_cache_spec.rb index 7696dc788f..e41e7e0157 100644 --- a/spec/bundler/install/global_cache_spec.rb +++ b/spec/bundler/install/global_cache_spec.rb @@ -187,7 +187,7 @@ RSpec.describe "global gem caching" do 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 |