summaryrefslogtreecommitdiff
path: root/spec/quality_spec.rb
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2010-11-11 14:15:34 -0600
committerTerence Lee <hone02@gmail.com>2010-11-11 14:23:09 -0600
commit6abe8c35de82517d25170bbe3e90e910d920c8d4 (patch)
tree9972b3edc692231a5f0cbb072aa30c58a967c831 /spec/quality_spec.rb
parentda76ebdb271b48eb3057423ab0dcf2b0d0d47832 (diff)
downloadbundler-6abe8c35de82517d25170bbe3e90e910d920c8d4.tar.gz
clean up the .gem generated in the spec
Diffstat (limited to 'spec/quality_spec.rb')
-rw-r--r--spec/quality_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/quality_spec.rb b/spec/quality_spec.rb
index d439d30229..df430d5cb9 100644
--- a/spec/quality_spec.rb
+++ b/spec/quality_spec.rb
@@ -50,6 +50,9 @@ describe "The library itself" do
Dir.chdir(root) do
`gem build bundler.gemspec`
$?.should == 0
+
+ # clean up the .gem generated
+ system("rm bundler-#{Bundler::VERSION}.gem")
end
end
end