
Read our blog fueled by years of development experience
Business
- Software Development
- HRM
- HealthCare
- E-Learning / LMS
- FinTech
- SaaS
Technology
- Node
- React Native
- React
- Ember JS
- Ruby On Rails
- UX / UI

Opinionated Guide To Readable RSpec
It is hard to underestimate a value and importance of automated tests. Creating confidence about if the code works the right way and thus enabling safe refactoring is just one thing.

ruby on rails
An Opinionated Guide To Readable RSpec (part 1 of 2)
It is hard to underestimate a value and importance of automated tests. Creating confidence about if the code works the right way and thus enabling safe refactoring is just one thing. Another one is that test suite can act as a way to document behavior and also, especially when approached the BDD way, can drive the code design and architecture.
Oct 5, 2017

ruby on rails
An Opinionated Guide To Readable RSpec (part 2 of 2)
In the previous part of this article we focused on making specs we try to write as readable as possible. This however, comes at a cost of duplication and bloated individual tests. While this is a cost we intend to pay, there are ways to mitigate the impact of readability oriented specs on the overall size of our suite.
May 8, 2018
