summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederico <fred.rbittencourt@gmail.com>2016-11-19 20:27:06 -0200
committerGitHub <noreply@github.com>2016-11-19 20:27:06 -0200
commit2a57cc0e65371cc551d792e97d8f4163ada4cfc2 (patch)
tree2a28bb46a8a24b33a195b2081fd9a08ade915920
parentb9ef025357796baa2fbd8c0bcea3e889de139b6f (diff)
downloadbundler-2a57cc0e65371cc551d792e97d8f4163ada4cfc2.tar.gz
fix typo
-rw-r--r--spec/commands/info_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/info_spec.rb b/spec/commands/info_spec.rb
index b14ddeb952..0f0b25a813 100644
--- a/spec/commands/info_spec.rb
+++ b/spec/commands/info_spec.rb
@@ -1,7 +1,7 @@
# frozen_string_literal: true
require "spec_helper"
-describe "bunlde info" do
+describe "bundle info" do
context "info from specific gem in gemfile" do
before :each do
install_gemfile <<-G