dasch / rockpaperscissors

A web application used to register games of rock-paper-scissors.

This URL has Read+Write access

dasch (author)
Mon Aug 18 06:05:38 -0700 2008
commit  a039dac8e81cfc904dd68052974911ebbb2f8034
tree    aa829d9e6b751f94916cffc6c8c5df70f15cdc83
parent  0ee3997a728a48049e7d8254eb927472e3619be9
rockpaperscissors / Rakefile
100644 11 lines (7 sloc) 0.307 kb
1
2
3
4
5
6
7
8
9
10
11
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
 
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
 
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
 
require 'tasks/rails'