Sha256: 7a0fd8ae0b968b5d68daa54ebcc25a239486b55d67511cb34d12486e59483c5e

Contents?: true

Size: 772 Bytes

Versions: 6

Compression:

Stored size: 772 Bytes

Contents

@cli
Feature:
  As a new user of BrowserCMS, I want to be able to experiment with the system by creating a demo site.
  This demo site should have a basic look and feel, and some pages and content to play with, all of which are
  designed to show off some of the features of the system.

  Background:

  Scenario: Forgot to specify a name
    When I run `bcms demo`
    Then the output should contain:
    """
    "demo" was called incorrectly. Call as "bcms demo [NAME]".
    """
    And the exit status should be 0

  Scenario: Make a demo project
    When I run `bcms demo petstore`
    Then a demo project named "petstore" should be created
    When I run `rake db:install`
    Then it should seed the BrowserCMS database
    And it should seed the demo data








Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
browsercms-3.4.2 features/commands/new_demo_project.feature
browsercms-3.4.2.rc1 features/commands/new_demo_project.feature
browsercms-3.4.1 features/commands/new_demo_project.feature
browsercms-3.4.0 features/commands/new_demo_project.feature
browsercms-3.4.0.rc2 features/commands/new_demo_project.feature
browsercms-3.4.0.rc1 features/commands/new_demo_project.feature