summaryrefslogtreecommitdiff
path: root/rakefile
diff options
context:
space:
mode:
authormo k <mo@mokhan.ca>2012-03-26 21:22:00 -0600
committermo k <mo@mokhan.ca>2012-03-26 21:22:00 -0600
commit4946404e4e5d9e01f8de5d2781354df48703ac3a (patch)
tree97cd58e8e2a8813d1be6ba874db14948d45fc88e /rakefile
parent0fd9ce7c437f65f853d8365e8191a05c189e7b86 (diff)
update rvmrc, rename gemfile to Gemfile.main
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