Skip to content

Commit

Permalink
missing rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Apr 20, 2008
1 parent 7bc36e2 commit 5e5a473
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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'

0 comments on commit 5e5a473

Please sign in to comment.