summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-08-17 22:00:52 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-08-21 07:58:46 +0900
commit5ea08883cfc90e05e5fb76e1e10cee1818a40c9e (patch)
tree62f39c387e9663c62ab2c250365f57f3517c2db0 /spec
parent864f23a457291e64cb6a0703dcc0b3e26e4cf109 (diff)
[bundler/bundler] Remove old rubies stuff no longer needed
https://github.com/bundler/bundler/commit/36fb3287f4
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/bundler/dsl_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/bundler/dsl_spec.rb b/spec/bundler/bundler/dsl_spec.rb
index 2102086794..40739a431b 100644
--- a/spec/bundler/bundler/dsl_spec.rb
+++ b/spec/bundler/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) }.