Commit b65ea246 by Jon Yurek

Changed rake :all_versions to :all

parent 95fc7b6a
......@@ -9,7 +9,7 @@ desc 'Default: run unit tests.'
task :default => [:clean, :test]
desc 'Test the paperclip plugin under all supported Rails versions.'
task :all_versions do |t|
task :all do |t|
exec('rake RAILS_VERSION=2.1 && rake RAILS_VERSION=2.3 && rake RAILS_VERSION=3.0')
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