Sha256: 0f7baeba80018b804045e3ab44bf4d3c65645b69cacbe0fa8c03744709bd109b
Contents?: true
Size: 333 Bytes
Versions: 18
Compression:
Stored size: 333 Bytes
Contents
# frozen_string_literal: true describe 'GH-833', site: true, stdio: true do before do File.write('content/foo.md', 'stuff') File.write('Rules', <<EOS) compile '/**/*' do write item.identifier.without_ext + '.txt' end EOS end it 'runs show-data without crashing' do Nanoc::CLI.run(['show-data']) end end
Version data entries
18 entries across 18 versions & 1 rubygems