public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
commit  4d594cffcfc93b37fad4e423ec8593299e50133c
tree    59643ee7a1eec4e3208f81f6e344a66207f648ec
parent  0ff7a2d89fc95dcb0a32ed92aab7156b0778a7ea
rails / activemodel / Rakefile
100644 4 lines (4 sloc) 0.137 kb
1
2
3
4
#!/usr/bin/env ruby
$LOAD_PATH << File.join(File.dirname(__FILE__), 'vendor', 'rspec', 'lib')
require 'rake'
require 'spec/rake/spectask'