removing commented line on cli_spec custom-templates
authorDickson S. Guedes <guedes@guedesoft.net>
Sun, 16 Oct 2011 01:54:27 +0000 (22:54 -0300)
committerDickson S. Guedes <guedes@guedesoft.net>
Sun, 16 Oct 2011 01:54:27 +0000 (22:54 -0300)
spec/cli_spec.rb

index 26029beca50ecaef760d0ad76e5e62a7baa9b2be..e60cb234c4838f85a79f7cf51f46110583fb9238 100644 (file)
@@ -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