Skip to content

Instantly share code, notes, and snippets.

@yasuhito
Created March 30, 2010 07:26
Show Gist options
  • Save yasuhito/348865 to your computer and use it in GitHub Desktop.
Save yasuhito/348865 to your computer and use it in GitHub Desktop.
roodi.rake
require "rake/tasklib"
require "roodi"
require "roodi_task"
RoodiTask.new do | t |
t.patterns = %w(lib/**/*.rb spec/**/*.rb features/**/*.rb)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment