https://github.com/adjust/pg_spec
ruby minitest based pg_tap like test runner for postgres
https://github.com/adjust/pg_spec
Last synced: about 1 year ago
JSON representation
ruby minitest based pg_tap like test runner for postgres
- Host: GitHub
- URL: https://github.com/adjust/pg_spec
- Owner: adjust
- License: mit
- Archived: true
- Created: 2015-09-18T11:59:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T16:30:08.000Z (over 10 years ago)
- Last Synced: 2025-03-09T14:41:47.808Z (over 1 year ago)
- Language: PLpgSQL
- Size: 172 KB
- Stars: 1
- Watchers: 76
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PgSpec
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'pg_spec'
And then execute:
$ bundle
Or install it yourself as:
$ gem install pg_spec
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( http://github.com//pg_spec/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request