Sha256: 85bb90955c4d9038bf917b4defd52c124eee4d641eee9d268e3a9c877db9d1ca
Contents?: true
Size: 367 Bytes
Versions: 16
Compression:
Stored size: 367 Bytes
Contents
shared_examples_for "asset provider role" do it "responds to #find_stylesheet" do expect(subject).to respond_to(:find_stylesheet) expect(subject.method(:find_stylesheet).arity).to eq(1) end it "responds to #find_stylesheet!" do expect(subject).to respond_to(:find_stylesheet!) expect(subject.method(:find_stylesheet!).arity).to eq(1) end end
Version data entries
16 entries across 16 versions & 1 rubygems