public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
commit  4364c361b599f99bc2345ce4eb2d145b07ed8a0f
tree    1fb87b58438790cda9308ee3cba05427b577b334
parent  e89093aeb4b1f544cb54caf54a0374075250cc59
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'