summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gems/post_install_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/install/gems/post_install_spec.rb')
-rw-r--r--spec/bundler/install/gems/post_install_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gems/post_install_spec.rb b/spec/bundler/install/gems/post_install_spec.rb
index 3f6d7ce42c..7426f54877 100644
--- a/spec/bundler/install/gems/post_install_spec.rb
+++ b/spec/bundler/install/gems/post_install_spec.rb
@@ -33,7 +33,7 @@ RSpec.describe "bundle install" do
end
end
- context "when a dependecy includes a post install message" do
+ context "when a dependency includes a post install message" do
it "should display the post install message" do
gemfile <<-G
source "#{file_uri_for(gem_repo1)}"