Skip to content

Commit

Permalink
Add rspec task
Browse files Browse the repository at this point in the history
  • Loading branch information
logankoester committed Feb 17, 2012
1 parent 6bae0d2 commit 78f4c7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -26,3 +26,6 @@ load 'rails/tasks/engine.rake'

Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec

0 comments on commit 78f4c7d

Please sign in to comment.