module ShellMock::Matchers

Public Instance Methods

have_been_called()
Alias for: have_run
have_ran()
Alias for: have_run
have_run() click to toggle source
# File lib/shell_mock/rspec/matchers.rb, line 5
def have_run
  ShellMock::RunVerifier.new
end
Also aliased as: have_been_called, have_ran