spec/command/plugins_helper_spec.rb in cocoapods-plugins-0.4.1 vs spec/command/plugins_helper_spec.rb in cocoapods-plugins-0.4.2
- old
+ new
@@ -27,8 +27,7 @@
expected_error = /Could not download plugins list from cocoapods-plugins/
should.raise(Pod::Informative) do
Command::PluginsHelper.download_json
end.message.should.match(expected_error)
end
-
end
end