From: Dickson S. Guedes Date: Sun, 16 Oct 2011 01:54:27 +0000 (-0300) Subject: removing commented line on cli_spec X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f5ba147bdfba21e7d83b40c23c37c5b8ea1b8924;p=pgxn-utils.git removing commented line on cli_spec --- diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb index 26029be..e60cb23 100644 --- a/spec/cli_spec.rb +++ b/spec/cli_spec.rb @@ -59,7 +59,6 @@ describe PgxnUtils::CLI do makefile.should match(/EXTENSION = #{expected_extension}/) control = File.read("/tmp/#{expected_extension}/#{expected_extension}.control") - #control.should match(/module_pathname = '\$libdir\/#{expected_extension}'/) control.should match(/default_version = '#{expected_version}'/) end