aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorKir2011-12-06 16:30:29 +0400
committerKir2012-01-22 18:54:40 +0200
commitbac1756272bee288c5aa377e9a4692fb9382b10d (patch)
tree814ce24dc58dc2967ca554bb8e5105401e024ec8 /Rakefile
parent31ae06c27640026488c1f16a3dd6e5e7260eb426 (diff)
downloadinboxes-bac1756272bee288c5aa377e9a4692fb9382b10d.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