Sha256: e887900e5d32e7c0103a4557fb761bf0e5c2c91f8f589fde9ae3f088e7862618

Contents?: true

Size: 280 Bytes

Versions: 4

Compression:

Stored size: 280 Bytes

Contents

Zen::Theme.add do |theme|
  theme.name   = 'spec_theme'
  theme.author = 'Yorick Peterse'
  theme.url    = 'http://zen-cms.com/'
  theme.about  = 'A theme for all the tests'

  # Add all directories
  theme.template_dir  = __DIR__
  theme.partial_dir   = __DIR__('partials')
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zen-0.3 spec/fixtures/zen/theme/theme.rb
zen-0.3b1 spec/fixtures/zen/theme/theme.rb
zen-0.3b spec/fixtures/zen/theme/theme.rb
zen-0.2.8 spec/fixtures/zen/theme/theme.rb