aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorKir2012-01-28 11:53:22 +0200
committerKir2012-01-28 11:53:22 +0200
commit18fcbf4838a3f2835edd526a1bf77f1b846d4e25 (patch)
treece5f9511451d6974fcf2f59e767c64714d73ab25 /Rakefile
parent95877d8f982be9a4476cec5943749dcf5db6f524 (diff)
parent626ff121111194ec6fa424f36de8658bf72873ba (diff)
downloadinboxes-0.2.1.tar.bz2
Merging with rspecv0.2.1
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2995527..aeb05c0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1 +1,5 @@
require "bundler/gem_tasks"
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec)
+task :default => :spec \ No newline at end of file