summaryrefslogtreecommitdiff
path: root/spec/support/builders.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/builders.rb')
-rw-r--r--spec/support/builders.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/builders.rb b/spec/support/builders.rb
index 02e4a2a955..a76cbc21a5 100644
--- a/spec/support/builders.rb
+++ b/spec/support/builders.rb
@@ -614,11 +614,9 @@ module Spec
Dir.chdir(@path) { `git #{cmd}`.strip }
end
end
-
end
class GemBuilder < LibBuilder
-
def _build(opts)
lib_path = super(opts.merge(:path => @context.tmp(".tmp/#{@spec.full_name}"), :no_default => opts[:no_default]))
Dir.chdir(lib_path) do