From: Dickson S. Guedes Date: Fri, 7 Oct 2011 02:35:07 +0000 (-0300) Subject: fixing tests X-Git-Url: http://git.postgresql.org/gitweb/review?a=commitdiff_plain;h=0428c2fb77d2daa2bce07916fe41691c2125653d;p=pgxn-utils.git fixing tests --- diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb index 2ed5e6b..1201f72 100644 --- a/spec/cli_spec.rb +++ b/spec/cli_spec.rb @@ -2,7 +2,12 @@ require File.expand_path('spec/spec_helper') describe PgxnUtils::CLI do + before(:all) do + FileUtils.mv "META.json", "meta.json" + end + after(:all) do + FileUtils.mv "meta.json", "META.json" system "rm -rf /tmp/extension.*" system "rm -rf extension.*" end