Skip to content

Instantly share code, notes, and snippets.

@mpen
mpen / rspec_template.rb
Created April 2, 2009 07:29
Rails Application Templates for rspec-rails 1.2.0
# Application Templates for rspec-rails
# Ruby on Rails : 2.3.2
# rspec-rails : 1.2.0
# http://wiki.github.com/dchelimsky/rspec/configgem-for-rails
# use sudo
use_sudo = false
# Remove the old rspec.rake file
run "rm lib/tasks/rspec.rake"