What?
While doing a couple of PR in this repo I notice specs data is shared for all specs. This makes harder to add new test cases. Also this gem relay on ActiveRecord. What if specs were done again a dummy rails app with Rspec and FactoryBoy.
This is an example
The new elements
- Rspec: I've work with Rspec and I find super clear their DSL. But this is just my opinion. Nothing again Mini Test.
- FactoryBot: It makes super easy to generate isolated test data for each spec. I find it super helpful. Also
seed.rb file is getting big.
What do you think? What are your thoughts on this?
What?
While doing a couple of PR in this repo I notice specs data is shared for all specs. This makes harder to add new test cases. Also this gem relay on ActiveRecord. What if specs were done again a
dummy rails appwithRspecandFactoryBoy.This is an example
The new elements
seed.rbfile is getting big.What do you think? What are your thoughts on this?