aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorKir2011-12-06 16:30:29 +0400
committerKir2011-12-06 16:30:29 +0400
commit3637c99f3e7508cc09cd0f87ed148047393a4ef7 (patch)
tree9cd97f2a13d512768b8d5c531a4817404c72a95c /Rakefile
parenta90563c861d541b3e87b1b61160d4b11f450de5a (diff)
downloadinboxes-3637c99f3e7508cc09cd0f87ed148047393a4ef7.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