Sha256: c55c7bdc232bdbefb2d7cad85b2c1cfb3ae87552e60a4d35cd80fec6bbcd16dc
Contents?: true
Size: 285 Bytes
Versions: 4
Compression:
Stored size: 285 Bytes
Contents
describe 'GH-1107', site: true, stdio: true do before do File.write('Rules', <<EOS) compile '/**/*.html' do garbage(data/**/*) end EOS end it 'raises the proper exception' do expect { Nanoc::CLI.run(%w[compile --verbose]) }.to raise_error(SyntaxError) end end
Version data entries
4 entries across 4 versions & 1 rubygems