Sha256: 27e0da7ec9e5ec242de2f6faab666cdcfc950a3e34b3e13ed72b88f737a26bd1

Contents?: true

Size: 229 Bytes

Versions: 2

Compression:

Stored size: 229 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

2 entries across 2 versions & 1 rubygems

Version Path
nanoc-3.8.0 test/cli/commands/test_create_item.rb
nanoc-3.7.5 test/cli/commands/test_create_item.rb