diff options
author | Andre Arko <andre@arko.net> | 2013-02-02 15:18:44 -0800 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-02-02 15:19:04 -0800 |
commit | 3d4faac28c166ac68a868b16c5dd1df0085f9984 (patch) | |
tree | 5d60e950cea55fc44de2ced1b2aaa21fd47849c3 /spec/cache | |
parent | ee834c8c616f782f6c72d9f17c6e8f696cf78638 (diff) | |
download | bundler-3d4faac28c166ac68a868b16c5dd1df0085f9984.tar.gz |
match up test name with other gemspec-caching test
Diffstat (limited to 'spec/cache')
-rw-r--r-- | spec/cache/git_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/cache/git_spec.rb b/spec/cache/git_spec.rb index 14c3a7e4a2..b369504dcb 100644 --- a/spec/cache/git_spec.rb +++ b/spec/cache/git_spec.rb @@ -166,7 +166,7 @@ end expect(out).not_to include("Your Gemfile contains path and git dependencies.") end - it "evaluates gemspecs and writes them out" do + it "caches pre-evaluated gemspecs" do git = build_git "foo" # Insert a gemspec method that shells out |