summaryrefslogtreecommitdiff
path: root/spec/other/platform_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-22 11:03:01 +0100
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-02-25 21:07:46 +0100
commit7c8597c486c9efcd708e0314584f78e08fbc03ce (patch)
tree73af2f7d048dc4f315c8efff4b4dcdf6376307a0 /spec/other/platform_spec.rb
parentad9fee2cbd1d0edf029cf91824b38481fad06790 (diff)
downloadbundler-7c8597c486c9efcd708e0314584f78e08fbc03ce.tar.gz
Remove unnecessary rubygems filters from specs
Diffstat (limited to 'spec/other/platform_spec.rb')
-rw-r--r--spec/other/platform_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/other/platform_spec.rb b/spec/other/platform_spec.rb
index dae0739eac..cb47cc024e 100644
--- a/spec/other/platform_spec.rb
+++ b/spec/other/platform_spec.rb
@@ -149,7 +149,7 @@ G
expect(out).to eq("ruby 1.8.7 (rbx 1.2.4)")
end
- it "handles truffleruby", :rubygems => ">= 2.1.0" do
+ it "handles truffleruby" do
gemfile <<-G
source "file://#{gem_repo1}"
ruby "2.5.1", :engine => 'truffleruby', :engine_version => '1.0.0-rc6'