Sha256: cb696a909323d238a7ac4a13d1d8ca43d6dfd16693983deb635259f8663dd0bc
Contents?: true
Size: 222 Bytes
Versions: 55
Compression:
Stored size: 222 Bytes
Contents
require 'rails_helper' shared_examples_for :commentable do let(:model) { described_class } let(:klass) { model.to_s.underscore.to_sym } it '#respond_to?' do expect(model.new).to respond_to(:comments) end end
Version data entries
55 entries across 55 versions & 1 rubygems