This commit is contained in:
Nobuyoshi Nakada 2024-07-24 14:04:13 +09:00
Родитель b4a02502c2
Коммит f2f9d6ce49
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3582D74E1FEE4465
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -709,7 +709,7 @@ RSpec.describe "bundle exec" do
end
it "works" do
bundle "exec gem uninstall foo"
bundle "exec #{gem_cmd} uninstall foo"
expect(out).to eq("Successfully uninstalled foo-1.0")
end
end