Sha256: 9b2ff8a042502a8084293053b8513ff8b19e268b51411c6fc2faa1adb60f489d
Contents?: true
Size: 387 Bytes
Versions: 18
Compression:
Stored size: 387 Bytes
Contents
# frozen_string_literal: true describe 'GH-974', site: true, stdio: true do before do File.write('content/foo.md', 'foo') File.write('Rules', <<~EOS) compile '/foo.*' do write item.identifier end EOS end it 'writes to path corresponding to identifier' do Nanoc::CLI.run(%w[compile]) expect(File.file?('output/foo.md')).to eq(true) end end
Version data entries
18 entries across 18 versions & 1 rubygems