summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index f2c6857..8b66d8f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,7 @@
require 'bundler/gem_tasks'
-
require 'rspec/core/rake_task'
+
RSpec::Core::RakeTask.new
task :default => :spec
+