update rakefile

This commit is contained in:
John Bintz 2011-11-14 09:11:57 -05:00
parent cc745deaa0
commit 667dee7f08
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ task :update_livereload_js do
}
end
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec