Rakefile in metaskills-grouped_scope-0.5.1 vs Rakefile in metaskills-grouped_scope-0.6.0
- old
+ new
@@ -18,13 +18,13 @@
t.libs << 'test'
t.pattern = 'test/**/*_test.rb'
t.verbose = true
end
-desc 'Test the GroupedScope plugin with Rails 2.1.1, 2.0.4 & 1.2.6 gems'
+desc 'Test the GroupedScope plugin with Rails 2.3.2, 2.2.2, and 2.1.1 gems'
task :test_rails do
test = Rake::Task['test']
- versions = ['2.2.2','2.1.1','2.0.4','1.2.6']
+ versions = ['2.3.2','2.2.2','2.1.1']
versions.each do |version|
ENV['RAILS_VERSION'] = "#{version}"
test.invoke
reset_invoked unless version == versions.last
end