Development - rayasocialmedia/recognition GitHub Wiki
Recognition uses Rspec with a dummy Rails app for Test-Driven Development.
To get your development environment ready, clone the repository then:
$ cd /cloned/repo/path
$ rake -f spec/dummy/Rakefile db:create db:migrate db:seed
To make sure it's working properly, fire:
$ rspec
You should see something similar to:
..................
Finished in x.y seconds
xx examples, 0 failures