Sha256: 70a24fa9dc5218e72a25fa390ff33614b59778af4907853f5a3c7200c5ad200e
Contents?: true
Size: 316 Bytes
Versions: 18
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true 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
18 entries across 18 versions & 1 rubygems