summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Dollar <ddollar@gmail.com>2010-09-27 16:25:15 -0400
committerAndre Arko <andre@arko.net>2010-10-01 20:34:32 -0700
commit66b33af1e5dda326d57a74284b0a4600ceab821d (patch)
treed8d8e52bf935780da0ad75bd0c78cb2cd6bd61fb
parent923e72cb07427627971957006b61fe05de799718 (diff)
downloadbundler-66b33af1e5dda326d57a74284b0a4600ceab821d.tar.gz
typo
-rw-r--r--spec/install/gemspec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gemspec_spec.rb b/spec/install/gemspec_spec.rb
index 752e2585c7..2d24934f9f 100644
--- a/spec/install/gemspec_spec.rb
+++ b/spec/install/gemspec_spec.rb
@@ -7,7 +7,7 @@ describe "bundle install from an existing gemspec" do
build_gem "bar-dev", :to_system => true
end
- it "should install runtime and development dependecies" do
+ it "should install runtime and development dependencies" do
build_lib("foo", :path => tmp.join("foo")) do |s|
s.write("Gemfile", "source :rubygems\ngemspec")
s.add_dependency "bar", "=1.0.0"