Commit 0effaa64 by Jon Yurek

Changed tests from test_*.rb to *_test.rb

parent 4c2ea0c7
...@@ -12,7 +12,7 @@ task :default => [:clean, :test] ...@@ -12,7 +12,7 @@ task :default => [:clean, :test]
desc 'Test the paperclip plugin.' desc 'Test the paperclip plugin.'
Rake::TestTask.new(:test) do |t| Rake::TestTask.new(:test) do |t|
t.libs << 'lib' << 'profile' t.libs << 'lib' << 'profile'
t.pattern = 'test/**/test_*.rb' t.pattern = 'test/**/*_test.rb'
t.verbose = true t.verbose = true
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment