Sha256: 4b5abb99e127952fc064b2207f3ec46bc8d674f515c58bdec89ab7919caa820c

Contents?: true

Size: 648 Bytes

Versions: 3

Compression:

Stored size: 648 Bytes

Contents

Feature: Setup system for use with pointrb
  
  As a developer 
  I want all needed files to be placed at the correct place
  In order to get started with pointrb at rapid speed

  Scenario: Non setup system
    Given pointrb has never been used on this host
    When I successfully run `pointrb init`
    Then a directory named '~/.config/pointrb' exists with:
      |Objects|
      |layouts|

  #@cmd_debug
  #  @cmd_output
  Scenario: System which is already setup
    Given pointrb has already been used on this host
    When I run `pointrb init`
    Then an error occured:
    """
    [Error] This system has already been setup. Exit!
    """

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pointrb-0.1.2 features/pointrb_setup.feature
pointrb-0.1.1 features/pointrb_setup.feature
pointrb-0.1.0 features/pointrb_setup.feature