Sha256: db4084028f796b37fc415ab67f65072cc68bbcc2bf5347cff0deb7f2cf38a6d3
Contents?: true
Size: 333 Bytes
Versions: 9
Compression:
Stored size: 333 Bytes
Contents
require 'spec_helper' RSpec.describe 'Caching', type: :cell do let(:subject) { self.class } it 'module is included' do expect(subject.included_modules).to include(RSpec::Cells::Caching) end it { expect(subject).to respond_to(:enable_cell_caching!) } it { expect(subject).to respond_to(:disable_cell_caching!) } end
Version data entries
9 entries across 9 versions & 1 rubygems