From 667dee7f080a7fe17a274ceb6e07705bc8861da0 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 14 Nov 2011 09:11:57 -0500 Subject: [PATCH] update rakefile --- Rakefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Rakefile b/Rakefile index 1e6315c..b22fa97 100644 --- a/Rakefile +++ b/Rakefile @@ -9,3 +9,8 @@ task :update_livereload_js do } end +require 'rspec/core/rake_task' + +RSpec::Core::RakeTask.new(:spec) + +task :default => :spec