Regan Ryan
Regan Ryan
When I click on a parent deck to study all subdecks, the first card doesn't show the subdeck in the title, but all the rest do show the subdeck.
## Detailed description I am trying to run this line in gitlab ci: ``` docker run -v $(pwd)/crewmeister.yaml:/crewmeister.yaml wework/speccy lint /crewmeister.yaml ``` And it crashes with these logs: ``` Running...
As the title says, an unused helper method was crashing the system. I fixed it by monkey patching into /core/check.rb:347 and changing this like: ``` @except_methods + internal_except_methods ``` to...