varvet / pundit

Minimal authorization through OO design and pure Ruby classes
MIT License
8.24k stars 627 forks source link

Use Rspec.describe rather than describe in specs #659

Closed tommycarney closed 4 years ago

tommycarney commented 4 years ago

This PR updates the pundit specs to use the namespaced Rspec.describe instead of describe. The generators already do this since this PR.