Fix offense

parent 7f9fb49b
...@@ -176,7 +176,7 @@ module Pod ...@@ -176,7 +176,7 @@ module Pod
Dir.chdir(@installer.sandbox.root) do Dir.chdir(@installer.sandbox.root) do
should.raise Informative do should.raise Informative do
@installer.install! @installer.install!
end.message.should.match %r{should.*run.*outside.*Pods directory.*Current directory.*\.}m end.message.should.match /should.*run.*outside.*Pods directory.*Current directory.*\./m
end end
end end
end end
......
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