Sha256: ef52286faf752ddbcd93a7e31663063359ecab868bb61883ad160ab907d3c74b

Contents?: true

Size: 266 Bytes

Versions: 3

Compression:

Stored size: 266 Bytes

Contents

require_relative 'process_pool'

module RSpecBackgroundProcess
	class ProcessPool
		class ProcessDefinition
			def refresh_command(command)
				refresh_action do |instance|
					_command = instance.render(command)
					system _command
				end
			end
		end
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rspec-background-process-0.1.2 lib/rspec-background-process/refresh_actions.rb
rspec-background-process-0.1.1 lib/rspec-background-process/refresh_actions.rb
rspec-background-process-0.1.0 lib/rspec-background-process/refresh_actions.rb