Skip to content

Commit

Permalink
Changed rake :all_versions to :all
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Apr 29, 2010
1 parent 95fc7b6 commit b65ea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b65ea24

Please sign in to comment.