fixing tests
authorDickson S. Guedes <[email protected]>
Fri, 7 Oct 2011 02:35:07 +0000 (23:35 -0300)
committerDickson S. Guedes <[email protected]>
Fri, 7 Oct 2011 02:35:07 +0000 (23:35 -0300)
spec/cli_spec.rb

index 2ed5e6bf942e865817fa333c91dfc1a3ad006506..1201f72b62514258a31508aa7511c19f49492756 100644 (file)
@@ -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