Closed NikitaAvvakumov closed 7 years ago
@Maroo-b All specs are currently passing. Going forward, I would target controller specs for (selective) removal first. All specs could use a refactoring to decouple them from the implementation, avoid testing the framework, and generally test meaningful things only. It's probably best to do this separately from any other task or feature, not least so that we don't develop a bad habit of deleting failing specs instead of trying to fix them 😆
That's interesting, usually I don't like fixing view spec and I opt for deleting it, maybe I should reconsider this habit :thinking: