Sha256: 3d5618fedb8d88a6569374af479378eaa34e7ac5f8f0ac2a737b19a19134619d
Contents?: true
Size: 323 Bytes
Versions: 18
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true describe 'GH-841', 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 the check' do Nanoc::CLI.run(%w[check stale]) end end
Version data entries
18 entries across 18 versions & 1 rubygems