diff --git a/spec/bundler/plugins/hook_spec.rb b/spec/bundler/plugins/hook_spec.rb index f6ee0ba210..977fcefab3 100644 --- a/spec/bundler/plugins/hook_spec.rb +++ b/spec/bundler/plugins/hook_spec.rb @@ -69,7 +69,7 @@ RSpec.describe "hook plugins" do bundle "plugin install after-install-all-plugin --source #{file_uri_for(gem_repo2)}" end - it "runs after each rubygem is installed" do + it "runs after each all rubygems are installed" do install_gemfile <<-G source "#{file_uri_for(gem_repo1)}" gem "rake"