.infinity_test in chunky_png-0.11.1 vs .infinity_test in chunky_png-0.12.0
- old
+ new
@@ -1,3 +1,8 @@
infinity_test do
+
use :rubies => %w(1.8.7 1.9.2 ree jruby rbx), :test_framework => :rspec
+
+ before(:each_ruby) do |environment|
+ environment.system('bundle install')
+ end
end