summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-02-12 15:41:19 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2014-02-12 15:41:19 +0100
commit4f58a86f8f59a107e73e73c4fa387e70a57048c9 (patch)
tree8bbdb552928dc5650de117b581e8deb8f909b2df /Rakefile
parent2ed515e0196f7a825d62c9d361b589e417bfe20d (diff)
downloadzorglub-4f58a86f8f59a107e73e73c4fa387e70a57048c9.zip
zorglub-4f58a86f8f59a107e73e73c4fa387e70a57048c9.tar.gz
update Bundle
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
+