Skip to content

Commit

Permalink
Updated Rakefile to avoid future regression of shoulda/tasks problems [
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Sep 15, 2008
1 parent c33610a commit 27cd4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'rake/testtask'
require 'rake/rdoctask'
require 'rake/gempackagetask'
require 'lib/shoulda/context'
require 'lib/shoulda/tasks'
load 'tasks/shoulda.rake'

# Test::Unit::UI::VERBOSE
test_files_pattern = 'test/{unit,functional,other}/**/*_test.rb'
Expand Down

0 comments on commit 27cd4d2

Please sign in to comment.