matrix_test.rb in capybara-screenshot-diff-0.12.0 vs matrix_test.rb in capybara-screenshot-diff-0.12.1

- old
+ new

@@ -33,9 +33,10 @@ puts '$' * 80 end travis['rvm'].each do |ruby| next if ruby =~ /head/ # ruby-install does not support HEAD installation + puts '#' * 80 puts "Testing #{ruby}" puts system "ruby-install --no-reinstall #{ruby}" || exit(1) bundler_gem_check_cmd = "chruby-exec #{ruby} -- gem query -i -n bundler >/dev/null"