aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/table_builder_helper_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/helpers/table_builder_helper_spec.rb b/spec/helpers/table_builder_helper_spec.rb
index 4f7c1bd69..c536a4c62 100644
--- a/spec/helpers/table_builder_helper_spec.rb
+++ b/spec/helpers/table_builder_helper_spec.rb
@@ -302,7 +302,7 @@ describe TableBuilderHelper, type: :helper do
companies = ModelDecorator.decorate(
companies,
with: CompanyDecorator,
- context: {line_referential: line_referential}
+ context: { referential: line_referential }
)
stub_policy_scope(company)