Fix rubocop violation

parent 9d90e4a9
...@@ -674,7 +674,7 @@ module Pod ...@@ -674,7 +674,7 @@ module Pod
podfile.target_definitions['SampleProject'].stubs(:swift_version).returns('3.0') podfile.target_definitions['SampleProject'].stubs(:swift_version).returns('3.0')
podfile.target_definitions['TestRunner'].stubs(:swift_version).returns('2.3') podfile.target_definitions['TestRunner'].stubs(:swift_version).returns('2.3')
analyzer = Pod::Installer::Analyzer.new(config.sandbox, podfile) analyzer = Pod::Installer::Analyzer.new(config.sandbox, podfile)
should.raise Informative do should.raise Informative do
analyzer.analyze analyzer.analyze
end.message.should.match /The following pods are integrated into targets that do not have the same Swift version:/ end.message.should.match /The following pods are integrated into targets that do not have the same Swift version:/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment