Skip to content

Commit

Permalink
don't expand test path
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Mar 1, 2010
1 parent cbefcc8 commit 1a2fba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require 'rake/testtask'
task :default => :test

Rake::TestTask.new do |t|
t.libs << "#{dir}/test"
t.libs << "test"
t.test_files = Dir.glob("#{dir}/test/cases/**/*_test.rb").sort
t.warning = true
end
Expand Down

0 comments on commit 1a2fba1

Please sign in to comment.