Sha256: c520d7127c58e0a1425d9ec557e38d37cfdca35499d65cf977b0971a618d8f30

Contents?: true

Size: 722 Bytes

Versions: 11

Compression:

Stored size: 722 Bytes

Contents

Feature: RubyGems can have a website to promote and teach

  As a RubyGem developer
  I want rake tasks to help development and deployment of a website for the project
  So that I can spend time on the tests and code, and not excessive time on maintenance processes

  Scenario: Deploy project website via local rsync
    Given an existing newgem scaffold [called 'my_project']
    And project website configuration for safe folder on local machine
    When 'install_website' generator is invoked with arguments ''
    And 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

11 entries across 11 versions & 1 rubygems

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