class ChefSpec::Stubs::CommandRegistry

def stub_for(command)

def stub_for(command)
  @stubs.find { |stub| stub.command === command }
end