Sha256: 938e9bd053fac9215c30b82566b3274eb5fbb6334833b6aa6bb07c62da7db585
Contents?: true
Size: 284 Bytes
Versions: 5
Compression:
Stored size: 284 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe 'catalog/_results_pagination', type: :view do it 'will have a #pagination wrapping div' do allow(view).to receive_messages(show_pagination?: false) render expect(rendered).to have_css '#pagination' end end
Version data entries
5 entries across 5 versions & 1 rubygems