Replace controller specs with requests specs in solidus_starter_frontend #4716
peterberkenbosch
started this conversation in
New Features or Ideas
Replies: 2 comments
-
💯 that makes total sense |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @peterberkenbosch! The controller specs coming from solidus_frontend have been converted to request specs already with solidusio/solidus_starter_frontend#90. More recently, we decided also to incorporate Nice catch, it's definitely something that needs to be done. Thanks for reporting! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looks like there was some understandable copy/paste from the frontend gem in the starter_frontend project, with the current best practises I think we should start by replacing the controller specs with request specs and remove some specs that are not testing actual code in the receiving project. (For example base_controller_spec.rb)
Curious to hear thoughts..
Beta Was this translation helpful? Give feedback.
All reactions