1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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.
This commit is contained in:
David Rodríguez 2020-05-25 19:45:22 +02:00 committed by Hiroshi SHIBATA
parent 0fb2a7fa1c
commit 4d233d18a2
Notes: git 2020-06-05 07:33:50 +09:00

View file

@ -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")