Sha256: c0c7d86b23ac5ec62f9af482ef60e09a46f841a7351a66b3e0fa489a47ec00e1
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
require 'rails_helper' shared_examples_for :attachable do let(:model) { described_class } let(:klass) { model.to_s.underscore.to_sym } it '#respond_to?' do expect(model.new).to respond_to(:attachable) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
udongo-7.6.1 | spec/support/concerns/attachable.rb |
udongo-7.6.0 | spec/support/concerns/attachable.rb |