Sha256: 758758ae561dc3f8968fe7916ad5c86515ca79568a909017ce7825de81ba6639
Contents?: true
Size: 398 Bytes
Versions: 18
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true describe 'GH-1145', site: true, stdio: true do before do File.write('content/foo.txt', 'asdf') File.write('Rules', <<~EOS) compile '/**/*' do filter :erb write '/last.html' end EOS end it 'detects missing output file of non-default rep' do expect { Nanoc::CLI.run(%w[--verbose]) }.to output(/erb /).to_stdout end end
Version data entries
18 entries across 18 versions & 1 rubygems