public
Description: Paperclip File Management Plugin
Homepage: http://www.thoughtbot.com/projects/paperclip
Clone URL: git://github.com/thoughtbot/paperclip.git
Changed tests from test_*.rb to *_test.rb
jyurek (author)
Tue Jul 08 14:37:48 -0700 2008
commit  0effaa64b224d51dd6f6de94309c7f36a38d4c14
tree    dee6fbd2041e73b35dce0a6a6addbb9fb90cbe09
parent  4c2ea0c7c138f85be9b37fe8dcf56f47bb957cca
...
12
13
14
15
 
16
17
18
...
12
13
14
 
15
16
17
18
0
@@ -12,7 +12,7 @@ task :default => [:clean, :test]
0
 desc 'Test the paperclip plugin.'
0
 Rake::TestTask.new(:test) do |t|
0
   t.libs << 'lib' << 'profile'
0
- t.pattern = 'test/**/test_*.rb'
0
+ t.pattern = 'test/**/*_test.rb'
0
   t.verbose = true
0
 end
0
 

Comments

    No one has commented yet.