Commit 3e2a55da authored by Kyle Fuller's avatar Kyle Fuller

[linter] Clean up web mock's after tests

parent 85b69489
require File.expand_path('../../spec_helper', __FILE__)
module Bacon
class Context
alias_method :after_webmock, :after
def after(&block)
after_webmock do
block.call()
WebMock.reset!
end
end
end
end
module Pod
describe Validator do
......
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