Skip to content

Commit a3c05f2

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Remove spec filters
These should always run. ruby/rubygems@0818eb104f
1 parent 181cab5 commit a3c05f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/bundler/commands/cache_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
end
212212

213213
context "with --all-platforms" do
214-
it "puts the gems in vendor/cache even for other rubies", bundler: ">= 2.4.0" do
214+
it "puts the gems in vendor/cache even for other rubies" do
215215
gemfile <<-D
216216
source "https://gem.repo1"
217217
gem 'myrack', :platforms => [:ruby_20, :windows_20]
@@ -221,7 +221,7 @@
221221
expect(bundled_app("vendor/cache/myrack-1.0.0.gem")).to exist
222222
end
223223

224-
it "puts the gems in vendor/cache even for legacy windows rubies", bundler: ">= 2.4.0" do
224+
it "puts the gems in vendor/cache even for legacy windows rubies" do
225225
gemfile <<-D
226226
source "https://gem.repo1"
227227
gem 'myrack', :platforms => [:ruby_20, :x64_mingw_20]

0 commit comments

Comments
 (0)