Sha256: faa707c21643cd55b339edc1b1d2aca2ec699becb42375d4bd52e4365e1576ec
Contents?: true
Size: 263 Bytes
Versions: 83
Compression:
Stored size: 263 Bytes
Contents
require 'spec_helper' describe Tenon::TenonCallout do describe '.published' do it 'should find callouts that are published' do expect(Tenon::TenonCallout).to receive(:where).with(published: true) Tenon::TenonCallout.published end end end
Version data entries
83 entries across 83 versions & 1 rubygems