https://github.com/jeffnyman/benchmarker_rails
Sample code for testability series on testerstories.com.
https://github.com/jeffnyman/benchmarker_rails
Last synced: 2 months ago
JSON representation
Sample code for testability series on testerstories.com.
- Host: GitHub
- URL: https://github.com/jeffnyman/benchmarker_rails
- Owner: jeffnyman
- Created: 2020-05-08T13:27:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T15:15:46.000Z (4 months ago)
- Last Synced: 2025-02-11T16:26:15.701Z (4 months ago)
- Language: Ruby
- Size: 2.87 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmarker (Rails)
I have a smaller app called [Benchmarker](https://github.com/jeffnyman/benchmarker) and that was written in the context of a series of posts and training material that I provided about [testability](http://testerstories.com/category/testing/testability/).
That was based on my reading of the book [Rails 5 Test Prescriptions](https://pragprog.com/book/nrtest3/rails-5-test-prescriptions) by Noel Rappin wherein he creates a Rails application called Gatherer. Beyond changing the context of the example a bit, I also took a more deliberate approach in calling out aspects of testing.
However my Benchmarker application was not, in fact, a Rails application. It was just a pure Ruby application which was plenty fine for the purposes of my training material. In this new iteration of Benchmarker I am going to utilize a Rails context.