summaryrefslogtreecommitdiff
path: root/spec/bundler/realworld
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2020-05-25 19:45:22 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-05 07:32:42 +0900
commit4d233d18a2d8ad21513de818f4d089ce46ef484c (patch)
treebc78ca6b5c0b3db5168e649f00eefb5fb88fb0b8 /spec/bundler/realworld
parent0fb2a7fa1cd9348fba04e15bbc115776f4cc6d0a (diff)
Re-record all cassettes
I had to pin `redis-namespace` in our spec to 1.6.0 because on ruby 2.3.0 the spec no longer resolved to that version, so the cached `.gem` file was missing there.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3184
Diffstat (limited to 'spec/bundler/realworld')
-rw-r--r--spec/bundler/realworld/edgecases_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/bundler/realworld/edgecases_spec.rb b/spec/bundler/realworld/edgecases_spec.rb
index 48c37093b5..6b41811686 100644
--- a/spec/bundler/realworld/edgecases_spec.rb
+++ b/spec/bundler/realworld/edgecases_spec.rb
@@ -340,6 +340,7 @@ RSpec.describe "real world edgecases", :realworld => true, :sometimes => true do
install_gemfile <<-G, :standalone => true
source 'https://rubygems.org'
gem "resque-scheduler", "2.2.0"
+ gem "redis-namespace", "1.6.0" # for a consistent resolution including ruby 2.3.0
G
expect(err).to include("You have one or more invalid gemspecs that need to be fixed.")
expect(err).to include("resque-scheduler 2.2.0 has an invalid gemspec")