diff options
author | Dickson S. Guedes | 2011-05-06 04:42:43 +0000 |
---|---|---|
committer | Dickson S. Guedes | 2011-05-06 04:42:43 +0000 |
commit | 21aa27bb259f1e8977c5840e693a17a52ecef74a (patch) | |
tree | 1595f3199a76c7199c9f3732d478422cccfa1d5d /lib/pgxn_utils.rb | |
parent | a9a9d79cc7471b89bf1e4a8147426896726d664e (diff) |
added initial specs all pending at moment
Diffstat (limited to 'lib/pgxn_utils.rb')
-rw-r--r-- | lib/pgxn_utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pgxn_utils.rb b/lib/pgxn_utils.rb index 9042452..57b3977 100644 --- a/lib/pgxn_utils.rb +++ b/lib/pgxn_utils.rb @@ -1,3 +1,3 @@ module PgxnUtils - # Your code goes here... + autoload :CLI, 'pgxn_utils/cli' end |