diff options
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/helpers/table_builder_helper_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/helpers/table_builder_helper_spec.rb b/spec/helpers/table_builder_helper_spec.rb index c685df4e4..b90053015 100644 --- a/spec/helpers/table_builder_helper_spec.rb +++ b/spec/helpers/table_builder_helper_spec.rb @@ -39,6 +39,7 @@ describe TableBuilderHelper, type: :helper do id: referentials[0].workbench.id, # These are added by WorkbenchesController#query_params + # TODO: Remove these params from here and the expected HTML as they don't relate to the test at hand q: { archived_at_not_null: 1, archived_at_null: 1 |
