Sha256: 9547acc2a90c8ec0edb51bc7e1c197a00afd12d0af564a93efca71334c07b111
Contents?: true
Size: 398 Bytes
Versions: 8
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true 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
8 entries across 7 versions & 2 rubygems