https://github.com/will/sequel-rspec-query-count-formatter
https://github.com/will/sequel-rspec-query-count-formatter
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/will/sequel-rspec-query-count-formatter
- Owner: will
- License: mit
- Created: 2015-10-01T22:45:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T22:48:35.000Z (over 10 years ago)
- Last Synced: 2025-02-10T11:45:35.193Z (about 1 year ago)
- Language: Ruby
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sequel-rspec-query-count-formatter
Counts how many sql queries each example uses
Usage:
bundle exec rspec --format QueryCountFormatter -r ./spec/support/query_count_formatter.rb spec
bundle exec rspec --format QueryCountFormatter -r ./spec/support/query_count_formatter.rb spec/path/to/specific/spec
