mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
[rubygems/rubygems] Use "frozen" rather than "deployment" in error message
I think it communicates better what's going on.
07a25767a4
This commit is contained in:
parent
2ff9b7b93d
commit
23ecaab8dd
6 changed files with 18 additions and 18 deletions
|
@ -109,7 +109,7 @@ Usage: "bundle inject GEM VERSION"
|
|||
gem "rack-obama"
|
||||
G
|
||||
bundle "inject 'rack' '> 0'", :raise_on_error => false
|
||||
expect(err).to match(/trying to install in deployment mode after changing/)
|
||||
expect(err).to match(/trying to install in frozen mode after changing/)
|
||||
|
||||
expect(bundled_app_lock.read).not_to match(/rack-obama/)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue