thoughtbot / shoulda

Makes tests easy on the fingers and the eyes

This URL has Read+Write access

shoulda / lib / shoulda / tasks.rb
100644 4 lines (3 sloc) 0.083 kb
1
2
3
4
Dir[File.join(File.dirname(__FILE__), 'tasks', '*.rake')].each do |f|
  load f
end