I am trying to do some component unit tests with hyperstack and hyperspec.
The problem is that I have policies that are blocking the test from running?
For example I have a policy that only a user can look at their own orders.
But unless I really complicate the test by logging in the user (then its not really a unit test) I can't see how to override the policy.
I tried putting a different policy in before(:all)
but rspec doesn't like that.