Sha256: 8f7fbedbddef616459f5814da8f4be3182595ca90a49340ce605093089d40d3f
Contents?: true
Size: 230 Bytes
Versions: 15
Compression:
Stored size: 230 Bytes
Contents
# encoding: utf-8 class Nanoc::CLI::Commands::CreateItemTest < Nanoc::TestCase def test_run with_site do |site| Nanoc::CLI.run %w( create_item /blah/ ) assert File.file?('content/blah.html') end end end
Version data entries
15 entries across 15 versions & 1 rubygems