diff options
author | Dickson S. Guedes | 2011-10-16 01:54:27 +0000 |
---|---|---|
committer | Dickson S. Guedes | 2011-10-16 01:54:27 +0000 |
commit | f5ba147bdfba21e7d83b40c23c37c5b8ea1b8924 (patch) | |
tree | 2c8f77209d6f60a0c55e4d861f9a5ffd969909b8 /spec/cli_spec.rb | |
parent | ce90658da5b10bf6c686da62fcbd02ae5684da31 (diff) |
removing commented line on cli_speccustom-templates
Diffstat (limited to 'spec/cli_spec.rb')
-rw-r--r-- | spec/cli_spec.rb | 1 |
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 |