summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDickson S. Guedes2011-10-16 01:54:27 +0000
committerDickson S. Guedes2011-10-16 01:54:27 +0000
commitf5ba147bdfba21e7d83b40c23c37c5b8ea1b8924 (patch)
tree2c8f77209d6f60a0c55e4d861f9a5ffd969909b8
parentce90658da5b10bf6c686da62fcbd02ae5684da31 (diff)
removing commented line on cli_speccustom-templates
-rw-r--r--spec/cli_spec.rb1
1 files changed, 0 insertions, 1 deletions
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