projects
/
pgxn-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce90658
)
removing commented line on cli_spec
custom-templates
author
Dickson S. Guedes
<guedes@guedesoft.net>
Sun, 16 Oct 2011 01:54:27 +0000
(22:54 -0300)
committer
Dickson S. Guedes
<guedes@guedesoft.net>
Sun, 16 Oct 2011 01:54:27 +0000
(22:54 -0300)
spec/cli_spec.rb
patch
|
blob
|
blame
|
history
diff --git
a/spec/cli_spec.rb
b/spec/cli_spec.rb
index 26029beca50ecaef760d0ad76e5e62a7baa9b2be..e60cb234c4838f85a79f7cf51f46110583fb9238 100644
(file)
--- 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