Getting rspec crap in a better place

This commit is contained in:
Dan Buch
2012-03-04 12:03:34 -05:00
parent 57f63fd62f
commit d9bfc245e0
9 changed files with 225 additions and 8 deletions

View File

@@ -1,10 +1,6 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
require File.expand_path('config/boot', File.dirname(__FILE__))
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'rake/testtask'
require 'tasks/rails'