aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorKir2011-12-06 16:30:29 +0400
committerKir2012-01-26 20:31:35 +0200
commitb0ca19c663246ffbb78a7b41b4a22bab57d0b69c (patch)
tree814ce24dc58dc2967ca554bb8e5105401e024ec8 /Rakefile
parent31ae06c27640026488c1f16a3dd6e5e7260eb426 (diff)
downloadinboxes-b0ca19c663246ffbb78a7b41b4a22bab57d0b69c.tar.bz2
rspec (TODO: write fake_app.rb)
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