
Fresh Default Configuration
===========================

No configfile test on linux
---------------------------

1. Remove your ~/.elisa directory
2. Launch Elisa

**Expected result**

Elisa launches fine without tracebacks, create ~/.elisa directory and elisa.conf



Wrong config file path
----------------------

1. Launch Elisa with a wrong config file path : like DOES_NOT_EXISTS_DIR/elisa.conf 

**Expected result**

Elisa hang up without traceback , just put a readable error message

Correct file path but not a valid Elisa config file
---------------------------------------------------

1. Launch Elisa with an existing config file path:

   ::

     $ elisa /etc/passwd

**Expected result**

Elisa hang up without traceback , just put a readable error message
