Sha256: 250743d559a3a920a9dd24fb9f945400f15f80e35ee38050b35c5ff48a3a643d

Contents?: true

Size: 638 Bytes

Versions: 10

Compression:

Stored size: 638 Bytes

Contents

Feature: Can deploy a website to a remote server via rsycn
  In order to promote and educate people about this project
  As a website maintainer
  I want a simple helper to generate and push a website to a remote server

  Scenario: Deploy project website via local rsync
    Given copy this project for test
    Given a safe folder for dummy deployment
    Given project website configuration for safe folder on local machine
    When task 'rake website' is invoked
    Then file 'website/index.html' is created
    Then remote file 'index.html' is created after local rsync
    Then remote folder 'rdoc' is created after local rsync
  

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
newgem-1.0.4 newgem_generators/install_website/templates/features/website.feature
newgem-1.0.5 newgem_generators/install_website/templates/features/website.feature
newgem-1.0.6 newgem_generators/install_website/templates/features/website.feature
newgem-1.0.7 newgem_generators/install_website/templates/features/website.feature
newgem-1.1.0 newgem_generators/install_website/templates/features/website.feature
newgem-1.2.0 newgem_generators/install_website/templates/features/website.feature
newgem-1.3.0 newgem_generators/install_website/templates/features/website.feature
newgem-1.2.1 newgem_generators/install_website/templates/features/website.feature
newgem-1.2.2 newgem_generators/install_website/templates/features/website.feature
newgem-1.2.3 newgem_generators/install_website/templates/features/website.feature