Roger Kind Kristiansen

Results 4 issues of Roger Kind Kristiansen

I've got my dev environment set up using Vagrant, and would love to have the ability to trigger rspec using this package. I can run a spec from my host...

enhancement

Steps to reproduce: 1. Create file names /tmp/test.txt, with the following contents ` @startuml version @enduml ` Contents chosen to have the bare minimum to see if I could get...

I have a working Pundit setup, but I'm now trying to put my pundit policies under the `Admin` namespace (`config.pundit_policy_namespace = :admin`). I'm decorating some objects with a decorator class...

I guess the testing could do with some love, and perhaps we should add tests for both namespaced and non-namespaced decorators. Am I on the right track here? # What...