Sha256: 5d4f2dd3baf6ecbc56f8c96060fa6ba2886fcacaec18284ce3adf2a2881b3737
Contents?: true
Size: 299 Bytes
Versions: 3
Compression:
Stored size: 299 Bytes
Contents
# frozen_string_literal: true describe Nanoc::Int::Layout do it_behaves_like 'a document' describe '#reference' do let(:layout) { described_class.new('hi', {}, '/foo.md') } it 'has the proper reference' do expect(layout.reference).to eql([:layout, '/foo.md']) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nanoc-4.7.13 | spec/nanoc/base/entities/layout_spec.rb |
nanoc-4.7.12 | spec/nanoc/base/entities/layout_spec.rb |
nanoc-4.7.11 | spec/nanoc/base/entities/layout_spec.rb |