Sha256: 93790fa3e8abf22acb5b1e0a1ec247eb4a706edf6f1578911d1638d6a3631820
Contents?: true
Size: 206 Bytes
Versions: 40
Compression:
Stored size: 206 Bytes
Contents
# frozen_string_literal: true shared_examples_for "a component query type" do it "implements ComponentInterface" do expect(subject.interfaces).to include(Decidim::Core::ComponentInterface) end end
Version data entries
40 entries across 40 versions & 1 rubygems