summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2014-08-02 22:32:04 +0200
committerChris Schlaeger <chris@linux.com>2014-08-02 22:32:04 +0200
commitb9eaf5d4bc366e2f13921bac49017801ce4d6449 (patch)
tree3d16b29f63c14d8def9f0da9706081a9eeda9eee /Rakefile
parent70f54be360a7d0f55ceec1636e0fea9447c2b83c (diff)
downloadpostrunner-b9eaf5d4bc366e2f13921bac49017801ce4d6449.zip
Adding personal record management
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 809eb56..7053a89 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,2 +1,8 @@
require "bundler/gem_tasks"
+require "rspec/core/rake_task"
+
+RSpec::Core::RakeTask.new
+
+task :default => :spec
+task :test => :spec