Skip to content

Commit

Permalink
fixing rakefile for 193 ?
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Feb 9, 2012
1 parent 38819cb commit e211022
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Rakefile
Expand Up @@ -4,7 +4,11 @@

require File.expand_path('../config/application', __FILE__)
require 'rake'

require 'rake/testtask'
SpudTestApp::Application.load_tasks

Rake::TestTask.new(:test) do |t|
t.test_files = FileList['test/test*.rb']
t.verbose = true
t.libs << 'lib' << 'test'
end
task :default => [:spec]

0 comments on commit e211022

Please sign in to comment.