Sha256: 032bb41e8e1dabc1eac1a8c22e8463d2a42071f170959675441a58ea64615b87

Contents?: true

Size: 533 Bytes

Versions: 6

Compression:

Stored size: 533 Bytes

Contents

@cli
Feature: Install BrowserCMS
  As a Rails developer who wants to add a CMS to my Rails project,
  I should be able to run a single command to have it add BrowserCMS
  In order to be up and running fast

  Background:
    Given a rails application named "petstore" exists

  Scenario: Verify
    Then a rails application named "petstore" should exist

  Scenario: Install CMS into existing project
    Given I cd to "petstore"
    And I run `bcms install --skip-bundle`
    Then BrowserCMS should be installed in the project





Version data entries

6 entries across 6 versions & 1 rubygems

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