Rakefile in acts_as_expirable-0.0.3 vs Rakefile in acts_as_expirable-0.1.0
- old
+ new
@@ -5,8 +5,9 @@
task :default => :test
desc 'Test the acts_as_expirable plugin.'
Rake::TestTask.new(:test) do |t|
t.libs << 'lib'
+ t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = true
end