module RSpecApprovals

Constants

VERSION

Public Class Methods

stderr() click to toggle source
# File lib/rspec_approvals/module_functions.rb, line 7
def stderr
  @stderr ||= StringIO.new
end
stdout() click to toggle source
# File lib/rspec_approvals/module_functions.rb, line 3
def stdout
  @stdout ||= StringIO.new
end