Sha256: d37963f825a054d91351966e93cd6e48ae17eef3623d00a8dd867ff595fde472
Contents?: true
Size: 344 Bytes
Versions: 29
Compression:
Stored size: 344 Bytes
Contents
require 'rails_helper' shared_examples_for :flexible_content do let(:model) { described_class } let(:klass) { model.to_s.underscore.to_sym } it '.flexible_content?' do expect(model.new).to be_flexible_content end it '#respond_to?' do expect(model.new).to respond_to( :content_rows, :flexible_content? ) end end
Version data entries
29 entries across 29 versions & 1 rubygems