Sha256: 38f6e06bd8066a8c22ba1ce379befde4f39a13ca3ceafa6dfaa335154fe37500
Contents?: true
Size: 659 Bytes
Versions: 3
Compression:
Stored size: 659 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'] 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
newgem-1.0.0 | features/install_website.feature |
newgem-1.0.2 | features/install_website.feature |
newgem-1.0.1 | features/install_website.feature |