Sha256: 426c9478e1f8c11e80ec280a21eb010890e0ee7f4fb91989f897686881f5dedd

Contents?: true

Size: 282 Bytes

Versions: 3

Compression:

Stored size: 282 Bytes

Contents

# frozen_string_literal: true

shared_examples 'uses will_paginate' do
  context do
    it do
      gemfile_file = content('Gemfile')
      expect(gemfile_file).to match(/^gem 'will_paginate'/)
      expect(gemfile_file).to match(/^gem 'will_paginate-bootstrap'/)
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cybele-2.3.2 spec/support/shared_examples/will_paginate_test_helper.rb
cybele-2.3.1 spec/support/shared_examples/will_paginate_test_helper.rb
cybele-2.2.0 spec/support/shared_examples/will_paginate_test_helper.rb