As a Developer I need to rename .noserc to setup.cfg
So that my Nosetest options will be found without having to copy the config file to the home directory
Assumptions:
...
Acceptance Criteria:
Given I start the VM with `vagrant up`
When I `cd /vagrant/ and run `nosetests`
Then nosetests should run with my config options
As a Developer
I need to rename .noserc to setup.cfg So that my Nosetest options will be found without having to copy the config file to the home directory
Assumptions:
Acceptance Criteria: