diff options
-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 |