Sha256: 43fbe861e4d6ebac85dfbaed330d314bb430764291ccae5b4a6d773f8f681076
Contents?: true
Size: 602 Bytes
Versions: 6
Compression:
Stored size: 602 Bytes
Contents
Feature: Install blank site As a developer installing BrowserCMS there should be an initial set of starting data so that there is a starting point for creating content. Background: Given the cms database is populated Scenario: A homepage should exist Given I am on the homepage Then I should see a page titled "Home" Scenario: An error page should exist Given I am at /system/server_error Then I should see a page titled "Server Error" Scenario: A 404 page should exist Given I am at /system/not_found Then I should see a page titled "Page Not Found"
Version data entries
6 entries across 6 versions & 1 rubygems