pundit-matchers 1.8.3 → 1.8.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pundit/matchers.rb +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e82fc8f2d6caff46e84825de52194c6d349bb4e8b892b1d0cc2d89aeca3e098d
|
4
|
+
data.tar.gz: 4c3d25e6babeca67e96ba7a74f51c137a49f51fb78788ad6472f88fb72cb9990
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54ee9f992e7c90438a6613b98e3b9877b0510097e5711e2dc1f5aa3b550ceb8b40ffda1925547088f1da8bd2eeca1d195ae826127f427afb56dadff71375aa23
|
7
|
+
data.tar.gz: 4d6a0da772460ee2cbfe4721cbb7b14dc9fb9ef2d96335aabb88f3694b8a8bb7db49fd73eeb2b3b2105a4a3c89a3c3319dfef48258d4bb7ba51ffdfd7e80b99f
|
data/lib/pundit/matchers.rb
CHANGED
@@ -2,11 +2,11 @@ require 'rspec/core'
|
|
2
2
|
|
3
3
|
module Pundit
|
4
4
|
module Matchers
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
5
|
+
require_relative 'matchers/utils/policy_info'
|
6
|
+
require_relative 'matchers/utils/all_actions/forbidden_actions_error_formatter'
|
7
|
+
require_relative 'matchers/utils/all_actions/forbidden_actions_matcher'
|
8
|
+
require_relative 'matchers/utils/all_actions/permitted_actions_error_formatter'
|
9
|
+
require_relative 'matchers/utils/all_actions/permitted_actions_matcher'
|
10
10
|
|
11
11
|
class Configuration
|
12
12
|
attr_accessor :user_alias
|