diff options
| author | Robert | 2017-07-04 15:21:31 +0200 |
|---|---|---|
| committer | Robert | 2017-07-04 21:54:04 +0200 |
| commit | cf546740389e782b17278259369e0d288dbf2653 (patch) | |
| tree | 036f34b696cef6b1bb2bf0fdd005ad8eb5a40959 /spec/helpers | |
| parent | cce302f6ea2252deb09973c8df8842c50349eb79 (diff) | |
| download | chouette-core-cf546740389e782b17278259369e0d288dbf2653.tar.bz2 | |
Refs: #3478@0.5h; refactored table_builder_helper/custom_links.rb, according to moving authoriation BL into policies
Diffstat (limited to 'spec/helpers')
| -rw-r--r-- | spec/helpers/table_builder_helper/custom_links_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/table_builder_helper/custom_links_spec.rb b/spec/helpers/table_builder_helper/custom_links_spec.rb index b64e97527..c1038b7f1 100644 --- a/spec/helpers/table_builder_helper/custom_links_spec.rb +++ b/spec/helpers/table_builder_helper/custom_links_spec.rb @@ -20,7 +20,7 @@ describe TableBuilderHelper::CustomLinks do referential, user_context, [:show] - ).actions_after_policy_check + ).authorized_actions ).to eq([:show]) end end |
