diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2016-11-30 09:50:09 -0600 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2016-11-30 09:50:17 -0600 |
commit | 1f10c7f07fdbe5b664272d54657b5687bc881810 (patch) | |
tree | 3a7a8fc2c7a557492ab1fbccf8709b634df2fc24 /spec/install/path_spec.rb | |
parent | 8d7b9e1fbea3c731ea76cf22f2aa854885678127 (diff) | |
download | bundler-1f10c7f07fdbe5b664272d54657b5687bc881810.tar.gz |
[RubyGems] Old RG compatibility for skipping specs with missing extensionsseg-rubygems-ignore-missing-exts
Diffstat (limited to 'spec/install/path_spec.rb')
-rw-r--r-- | spec/install/path_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/path_spec.rb b/spec/install/path_spec.rb index 04eeb2d942..9a8d61ea47 100644 --- a/spec/install/path_spec.rb +++ b/spec/install/path_spec.rb @@ -129,7 +129,7 @@ describe "bundle install" do expect(the_bundle).to include_gems "rack 1.0.0" end - it "re-installs gems whose extensions have been deleted" do + it "re-installs gems whose extensions have been deleted", :rubygems => ">= 2.3" do build_lib "very_simple_binary", "1.0.0", :to_system => true do |s| s.write "lib/very_simple_binary.rb", "raise 'FAIL'" end |