summaryrefslogtreecommitdiff
path: root/rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'rakefile')
-rw-r--r--rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/rakefile b/rakefile
index f743858..468329c 100644
--- a/rakefile
+++ b/rakefile
@@ -8,3 +8,7 @@ end
task :integration do
sh "bacon spec/integration/all.rb"
end
+
+task :run do
+ sh "ramaze start"
+end