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.
@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.