diff options
| author | Zog | 2017-12-18 09:34:15 +0100 |
|---|---|---|
| committer | Zog | 2017-12-19 17:02:37 +0100 |
| commit | 12924f238cc02a671a4c535b49320cd3b0ce7302 (patch) | |
| tree | b6c0a3c3c9290022177e1b9cd44c91f361cd7644 | |
| parent | c3ce5e25c3596329bd1ff9542d73354e1a2bb368 (diff) | |
| download | chouette-core-12924f238cc02a671a4c535b49320cd3b0ce7302.tar.bz2 | |
Refs #5291@0.1h; Fix rebase5291-disable-useless-checkboxes-on-referentials-index
Fix integration_spec_helper after rebase
| -rw-r--r-- | spec/support/integration_spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/integration_spec_helper.rb b/spec/support/integration_spec_helper.rb index 6edec2a05..78efb9027 100644 --- a/spec/support/integration_spec_helper.rb +++ b/spec/support/integration_spec_helper.rb @@ -1,4 +1,5 @@ module IntegrationSpecHelper + def paginate_collection klass, decorator, page=1 ModelDecorator.decorate( klass.page(page), with: decorator ) end |
