aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2017-12-18 09:34:15 +0100
committerZog2017-12-19 17:02:37 +0100
commit12924f238cc02a671a4c535b49320cd3b0ce7302 (patch)
treeb6c0a3c3c9290022177e1b9cd44c91f361cd7644
parentc3ce5e25c3596329bd1ff9542d73354e1a2bb368 (diff)
downloadchouette-core-12924f238cc02a671a4c535b49320cd3b0ce7302.tar.bz2
Fix integration_spec_helper after rebase
-rw-r--r--spec/support/integration_spec_helper.rb1
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