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!
    """