Skip to content

Commit

Permalink
test Rails 2.3 and 2.2 in rake test_full
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 20, 2009
1 parent f36da04 commit 6109da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tasks.rake
Expand Up @@ -35,7 +35,7 @@ task :test_full => %w(test test_mysql test_postgres)
desc %{Test everything with Rails 2.1.x, 2.0.x & 1.2.x gems}
task :test_all do
all = Rake::Task['test_full']
versions = %w(2.1.0 2.0.4 1.2.6)
versions = %w(2.3.2 2.2.2 2.1.0 2.0.4 1.2.6)
versions.each do |version|
ENV['RAILS_VERSION'] = "~> #{version}"
all.invoke
Expand Down

0 comments on commit 6109da7

Please sign in to comment.