rubyforgood / share_christmas

Share Your Holiday Application
4 stars 3 forks source link

Add RSpec #13

Closed AEgan closed 8 years ago

AEgan commented 8 years ago

Moves to RSpec for the test suite. This installs rspec rails using the rails generate rspec:install command. I also added configuration for rspec to filter for the focus option if found. The default rake task is now to run rspec, but you can run the specs with rspec as well.

Closes #10

nolds9 commented 8 years ago

👍