Searched refs:run (Results 1 - 16 of 16) sorted by relevance

/ontohub/spec/lib/
H A Dsubprocess_spec.rb5 it{ Subprocess.run("echo", "what's", "up").should == "what's up\n" }
6 it{ ->{ Subprocess.run 'false' }.should raise_error Subprocess::Error }
/ontohub/lib/
H A Ddata_migration_worker.rb5 Subprocess.run('bundle', 'exec', 'rake', 'data:migrate',
H A Doops_request_worker.rb5 OopsRequest.find(oops_request_id).run
H A Dsubprocess.rb16 def self.run(*args) singleton method in class:Subprocess
/ontohub/app/models/oops_request/
H A Dstates.rb17 def run method in class:OopsRequest
/ontohub/app/models/key/
H A Dfingerprint.rb18 output = Subprocess.run 'ssh-keygen', '-lf', file.path
25 output = Subprocess.run 'ssh-keygen', '-l', '-E', 'md5', '-f', file.path
/ontohub/features/support/
H A Denv.rb99 Test::Unit.run = true if defined?(Test::Unit) && Test::Unit.respond_to?(:run=)
/ontohub/spec/factories/
H A Dsvn_repository_factory.rb14 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
H A Dgit_repository_factory.rb16 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
48 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
87 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
113 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
154 exec_silently = ->(cmd) { Subprocess.run('bash', '-c', cmd) }
/ontohub/lib/git_repository/
H A Dcloning.rb95 Subprocess.run *args
108 Subprocess.run *args
/ontohub/git/lib/
H A Dgit_update.rb8 Subprocess.run 'redis-cli', 'rpush',
/ontohub/lib/dsl/
H A Drepo.rb54 Subprocess.run 'git', 'init', @path
/ontohub/spec/lib/repository/import/
H A Dsvn_spec.rb4 Subprocess.run('bash', '-c', cmd)
/ontohub/script/
H A Drename_refactor.rb45 def run method in class:RenameRefactor.RenameRefactorProvider
130 def run method in class:MigrationProvider
378 def run method in class:MigrationProvider.FactoryFilesRenameProvider
407 RenameRefactor::MigrationProvider.new(verbose: false, dry_run: false).run
408 RenameRefactor::RenameRefactorProvider.new(verbose: true, dry_run: false).run
409 RenameRefactor::FactoryFilesRenameProvider.new(verbose: false, dry_run: false).run
/ontohub/spec/controllers/
H A Doops_request_controller_spec.rb12 OopsRequest.any_instance.stubs(:run)
/ontohub/app/helpers/
H A Dapplication_helper.rb65 Subprocess.run(*%w(git rev-parse --short HEAD), GIT_DIR: path.to_s).strip if path.exist?

Completed in 23 milliseconds