drnic / rubigen

RubiGen - generator framework for your framework

This URL has Read+Write access

drnic (author)
Sun Jan 11 19:01:33 -0800 2009
commit  83f386e3999f41780b29b10a77ad6ea354b45d4a
tree    0b7d690d52436cd2fc354eaad210ff8791037935
parent  d67cde16670f5675925a8534d09bcb4cbb54abcb
rubigen / features / development.feature
100644 14 lines (11 sloc) 0.603 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Feature: Development processes of newgem itself (rake tasks)
 
  As a Newgem maintainer or contributor
  I want rake tasks to maintain and release the gem
  So that I can spend time on the tests and code, and not excessive time on maintenance processes
    
  Scenario: Generate RubyGem
    Given this project is active project folder
    And 'pkg' folder is deleted
    When task 'rake gem' is invoked
    Then folder 'pkg' is created
    And file with name matching 'pkg/*.gem' is created else you should run "rake manifest" to fix this
    And gem spec key 'rdoc_options' contains /--mainREADME.rdoc/