Skip to content

Writing Tests

Shri Hari L edited this page Mar 22, 2021 · 6 revisions

Writing Tests in Rails

Testing all worst case possibilities is good before we are staging to Production.

We have used rspec-rails, factory_bot_rails and faker to setup our basic tests.

TODO

Clone this wiki locally