Sha256: aeb110d0ded9ff2decbb9ac671a62bef8b819519cc51a691c8e10c13633aa23f
Contents?: true
Size: 479 Bytes
Versions: 18
Compression:
Stored size: 479 Bytes
Contents
describe 'GH-809', site: true, stdio: true do before do File.write('content/greeting.md', 'Hallöchen!') File.write('Rules', <<EOS) compile '/**/*' do snapshot :something, path: '/greeting.tmp' end EOS end specify 'stale check does not consider output/greeting.tmp as stale' do Nanoc::CLI.run(['compile']) regex = /Running check stale… (\e\[32m)?ok(\e\[0m)?/ expect { Nanoc::CLI.run(%w(check stale)) }.to output(regex).to_stdout end end
Version data entries
18 entries across 18 versions & 1 rubygems