.infinity_test in infinity_test-1.0.2 vs .infinity_test in infinity_test-1.0.3

- old
+ new

@@ -2,9 +2,18 @@ infinity_test do use :rubies => ['1.8.7', '1.9.2', 'jruby', 'ree', 'rbx'], :gemset => 'infinity_test', :test_framework => :rspec + # Maybe with block is better ... + # + # use do + # rubies = %w(1.8.7 1.9.2 jruby ree rbx) + # gemset = 'infinity_test' + # test_framework = :rspec + # application_framework = :rails + # end + heuristics do add '^lib/infinity_test/dependencies.rb' do |file| run :all => :files end end