summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/check_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2020-06-07 13:23:10 +0200
committerHiroshi SHIBATA <[email protected]>2020-06-18 19:14:15 +0900
commit94fc709dd19ec6c6396982fef06e9b7d3ce8ae48 ()
tree63edd3fb3637f37c2e6ab2f957ea1ac9e7d703af /spec/bundler/commands/check_spec.rb
parentf8f3f11ed580074960e5de1de4552bdf14d7d70d (diff)
[rubygems/rubygems] s/rails_fail/rails_pinned_to_old_activesupport/
The `rails_fail` name is misleading because there's no specific reason why such a gem would need to fail. As a matter of fact, `bundle install`'ing a Genfile with only that dependency like the spec the previous commit adds is not expected to fail. https://.com/rubygems/rubygems/commit/b947f40701
Notes: Merged: https://.com/ruby/ruby/pull/3212
-rw-r--r--spec/bundler/commands/check_spec.rb4
1 files changed, 2 insertions, 2 deletions
@@ -78,13 +78,13 @@ RSpec.describe "bundle check" do
G
install_gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
- gem 'rails_fail'
G
gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
gem "rails"
- gem "rails_fail"
G
bundle :check