aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers
diff options
context:
space:
mode:
authorRobert2017-07-04 17:28:51 +0200
committerRobert2017-07-04 21:54:04 +0200
commit16423b19122eefed728fc71e52d5c1660ff5575a (patch)
tree64e5832d9f15e9a36fefc85bb203bcb940104f4a /spec/helpers
parentcf546740389e782b17278259369e0d288dbf2653 (diff)
downloadchouette-core-16423b19122eefed728fc71e52d5c1660ff5575a.tar.bz2
Refs: #3478@1h removed boiv-read-offer and BoivPolicy
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/table_builder_helper/custom_links_spec.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/helpers/table_builder_helper/custom_links_spec.rb b/spec/helpers/table_builder_helper/custom_links_spec.rb
index c1038b7f1..bd0bd4fcf 100644
--- a/spec/helpers/table_builder_helper/custom_links_spec.rb
+++ b/spec/helpers/table_builder_helper/custom_links_spec.rb
@@ -1,5 +1,3 @@
-require 'spec_helper'
-
describe TableBuilderHelper::CustomLinks do
describe "#actions_after_policy_check" do
it "includes :show" do
@@ -8,9 +6,6 @@ describe TableBuilderHelper::CustomLinks do
build_stubbed(
:user,
organisation: referential.organisation,
- permissions: [
- 'boiv:read-offer'
- ]
),
referential: referential
)