cookbooks/phpunit/recipes/default.rb in megalodon-0.1.0 vs cookbooks/phpunit/recipes/default.rb in megalodon-0.1.1

- old
+ new

@@ -30,9 +30,8 @@ not_if { Gem::Version.new(cur_version) > Gem::Version.new('1.9.0') } end php_pear "PHPUnit" do channel "phpunit" - version "3.7.15" action :install end