Sha256: 5feb889851222fc1664dc0bb950df04be458f9af10e5d636926ad0845d20c892

Contents?: true

Size: 272 Bytes

Versions: 4

Compression:

Stored size: 272 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.templates = __DIR__
  theme.partials  = __DIR__('partials')
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zen-0.4.3 spec/fixtures/zen/theme/theme.rb
zen-0.4.2 spec/fixtures/zen/theme/theme.rb
zen-0.4.1 spec/fixtures/zen/theme/theme.rb
zen-0.4 spec/fixtures/zen/theme/theme.rb