summaryrefslogtreecommitdiff
path: root/spec/cache
diff options
context:
space:
mode:
Diffstat (limited to 'spec/cache')
-rw-r--r--spec/cache/path_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/cache/path_spec.rb b/spec/cache/path_spec.rb
index 752a1ee5f9..82dfce94ba 100644
--- a/spec/cache/path_spec.rb
+++ b/spec/cache/path_spec.rb
@@ -30,7 +30,7 @@ require "spec_helper"
end
it "copies when the path is outside the bundle and the paths intersect" do
- libname = File.basename(Dir.pwd) + '_gem'
+ libname = File.basename(Dir.pwd) + "_gem"
libpath = File.join(File.dirname(Dir.pwd), libname)
build_lib libname, :path => libpath