summaryrefslogtreecommitdiff
path: root/spec/bundler/dsl_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 22:00:52 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-18 00:18:00 +0200
commit36fb3287f4e8fa7688b50e40600e78cb618d9703 (patch)
tree2536fef5806b596489c089654db2ab3d9e5a4cf7 /spec/bundler/dsl_spec.rb
parent33a65c256717db8d1229d2e7dbbc7265a3933c05 (diff)
downloadbundler-36fb3287f4e8fa7688b50e40600e78cb618d9703.tar.gz
Remove old rubies stuff no longer needed
Diffstat (limited to 'spec/bundler/dsl_spec.rb')
-rw-r--r--spec/bundler/dsl_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/dsl_spec.rb b/spec/bundler/dsl_spec.rb
index 2102086794..40739a431b 100644
--- a/spec/bundler/dsl_spec.rb
+++ b/spec/bundler/dsl_spec.rb
@@ -275,7 +275,7 @@ RSpec.describe Bundler::Dsl do
end
end
- describe "Runtime errors", :unless => Bundler.current_ruby.on_18? do
+ describe "Runtime errors" do
it "will raise a Bundler::GemfileError" do
gemfile "raise RuntimeError, 'foo'"
expect { Bundler::Dsl.evaluate(bundled_app("Gemfile"), nil, true) }.