https://github.com/jetthoughts/rails-dependency-injection-example
How to handle remote services in tests for Ruby on Rails project
https://github.com/jetthoughts/rails-dependency-injection-example
Last synced: 11 months ago
JSON representation
How to handle remote services in tests for Ruby on Rails project
- Host: GitHub
- URL: https://github.com/jetthoughts/rails-dependency-injection-example
- Owner: jetthoughts
- Created: 2020-04-09T17:20:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T17:50:16.000Z (about 6 years ago)
- Last Synced: 2025-05-18T17:03:06.308Z (about 1 year ago)
- Language: Ruby
- Homepage: https://jtway.co/how-to-work-with-external-services-in-tests-f06050343aeb
- Size: 41 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support/vcr_cassettes/articles.yml
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...