Sha256: 351ba0538303b3a001533f72a29e1eb664fcf1dc008935b8fe39d77a59b1b728

Contents?: true

Size: 316 Bytes

Versions: 2

Compression:

Stored size: 316 Bytes

Contents

#!/usr/bin/env ruby

require "pre_push"

class Executor
	include PrePush
	### change only if you change your test runner
	@test_runner = {runner}
	###

	@solution = {sln_path} # the path to the solution to build
	@assemblies = {dtt} # insert dlls to test if different to the solution.
end

Executor.run

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pre_push-0.0.6 lib/template/pre-push
pre_push-0.0.5 lib/template/pre-push