Migrate from Minitest to RSpec
jodosha opened this issue · 2 comments
A few rules to follow:
-
If you want to work on this, please leave a comment here. We want to avoid many people to work on the same task.
-
We expect this migration to happen within a week from now.
-
Do not change the tests, only migrate from Minitest to RSpec syntax. If not sure, please ask here.
-
Do not remove the old tests, only add the new ones.
-
Make CI build to use RSpec tests.
-
Target
develop
branch, instead ofmaster
. -
All the tests artefacts like fixtures, goes under
spec/support
. -
Try to reflect the structure under
lib/
. Eg.lib/hanami/view.rb
should be tested underspec/hanami/view_spec.rb
, whiletest/rendering_test.rb
should go underspec/integration/rendering_spec.rb
.
If you want to take inspiration, please have a look at: hanami/mailer#67
@jodosha can I take this issue ?
@artofhuman It's all yours. Thank you. 😄