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