Sha256: 9bb47a040b09f3ccdb6fa13852dc14d8281dc501f326852c8df6f70b2fecdaf5

Contents?: true

Size: 820 Bytes

Versions: 10

Compression:

Stored size: 820 Bytes

Contents

Feature: Theme generation
  In order to create my own theme
  As a refinery user
  I want to generate a basic theme directory structure

  Scenario: Generating a theme with a name
    Given I have a refinery application
    When I generate a theme with the name of "modern"
    Then I should have a directory "themes/modern"
    And I should have a file "themes/modern/stylesheets/application.css"
    And I should have a file "themes/modern/stylesheets/home.css"
    And I should have a file "themes/modern/stylesheets/formatting.css"
    And I should have a file "themes/modern/views/layouts/application.html.erb"
    And I should have a file "themes/modern/views/pages/home.html.erb"
    And I should have a file "themes/modern/views/pages/show.html.erb"
    And I should have a directory "themes/modern/javascripts"

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
refinerycms-theming-0.9.9 features/theme_generator.feature
refinerycms-theming-0.9.8.2 features/theme_generator.feature
refinerycms-0.9.7.15 features/refinery/theme_generator.feature
refinerycms-0.9.7.14 features/refinery/theme_generator.feature
refinerycms-theming-0.9.8.1 features/theme_generator.feature
refinerycms-theming-0.9.8 features/theme_generator.feature
refinerycms-0.9.7.13 features/refinery/theme_generator.feature
refinerycms-0.9.7.11 features/refinery/theme_generator.feature
refinerycms-0.9.7.10 features/refinery/theme_generator.feature
refinerycms-0.9.7.9 features/refinery/theme_generator.feature