jackcallister / job-snapper

0 stars 0 forks source link

Feature/config files #16

Closed joshmcarthur closed 11 years ago

joshmcarthur commented 11 years ago

@jarsbe,

I've added two files that make the set up and testing process a bit nicer. The first is a file named .rspec. This is a file that RSpec reads to get it's configuration from. All I've added to this one is an option to render RSpec output red/green, instead of just default - makes it much nicer on the eyes.

The other file is just an example database.yml file - makes it a bit quicker for others to get going on the project.

jackcallister commented 11 years ago

@joshmcarthur Nice, merging.