module Minitest::Assertions

Some custom MiniTest matchers used throughout the system

Public Instance Methods

actual_diff(exp, act)
Alias for: diff
diff(exp, act) click to toggle source
# File lib/pantry/test/support/fake_fs.rb, line 25
def diff exp, act
  FakeFS.without do
    actual_diff exp, act
  end
end
Also aliased as: actual_diff