Sha256: 9655f588667d2b558daebdafdaacfd511e98746746362f12037b7c30ac3fff0b
Contents?: true
Size: 213 Bytes
Versions: 3
Compression:
Stored size: 213 Bytes
Contents
RSpec.shared_examples "a parser" do describe ".call" do it "answers configuration" do expect(described_class.call).to be_a(<%= configuration.project_class %>::Configuration::Content) end end end
Version data entries
3 entries across 3 versions & 1 rubygems