Sha256: 0cd6d1b9cb1fd76b1e15bbd835b80205edc5f34aea1fc99b0b1d27f8d8bbdc42

Contents?: true

Size: 718 Bytes

Versions: 2

Compression:

Stored size: 718 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 I invoke "install_website" generator with arguments ""
    And I invoke task "rake website"
    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

2 entries across 2 versions & 1 rubygems

Version Path
newgem-1.4.0 features/install_website.feature
newgem-1.4.1 features/install_website.feature