aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/mocks/stubbed_kernel.rb
blob: ef9864867c557117be16524807b8f19f01958c1d (plain) (blame)
1
2
3
4
5
module Kernel
  def exec(*args)
    true
  end
end