Sha256: b51f3e211b0c5527c6ffc14997947e366ae10376893643d86040d1a1b6b3fd92
Contents?: true
Size: 332 Bytes
Versions: 18
Compression:
Stored size: 332 Bytes
Contents
describe 'GH-867', site: true, stdio: true do before do File.write('content/foo.md', 'stuff') File.write('Rules', <<EOS) preprocess do items.delete_if { |_| true } end EOS end it 'preprocesses before running show-data' do expect { Nanoc::CLI.run(%w(show-data)) }.not_to output(/foo/).to_stdout end end
Version data entries
18 entries across 18 versions & 1 rubygems