Skip to content
Snippets Groups Projects
Commit a9e538ef authored by Markus Reiter's avatar Markus Reiter
Browse files

Move NeverSudoSystemCommand to separate file.

parent a616fab5
No related branches found
No related tags found
No related merge requests found
......@@ -66,11 +66,3 @@ RSpec.configure do |config|
end
end
end
module Hbc
class NeverSudoSystemCommand < SystemCommand
def self.run(command, options = {})
super(command, options.merge(sudo: false))
end
end
end
require "hbc/system_command"
module Hbc
class NeverSudoSystemCommand < SystemCommand
def self.run(command, options = {})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment