diff options
| author | Dickson S. Guedes | 2011-10-07 01:49:47 +0000 |
|---|---|---|
| committer | Dickson S. Guedes | 2011-10-07 01:49:47 +0000 |
| commit | 9ec50ee7556539e903ca3ee076d5ba07fdf0c5be (patch) | |
| tree | fb5459eddf3ca1ff539685a63e355d4694474b2e /spec/cli_spec.rb | |
| parent | fcea520370dd07d84e07660a09e2baf5ed8e4b31 (diff) | |
adding git support, ref #16
Added more example to README
Now pgxn_utils notice the repository creation
Now pgxn_utils do an initial commit
Diffstat (limited to 'spec/cli_spec.rb')
| -rw-r--r-- | spec/cli_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/cli_spec.rb b/spec/cli_spec.rb index 8be3073..2ed5e6b 100644 --- a/spec/cli_spec.rb +++ b/spec/cli_spec.rb @@ -2,12 +2,7 @@ require File.expand_path('spec/spec_helper') describe PgxnUtils::CLI do - before(:all) do - system "mv META.json meta.json" - end - after(:all) do - system "mv meta.json META.json" system "rm -rf /tmp/extension.*" system "rm -rf extension.*" end |
