Sha256: 60214ae9262baa27f7944703d4dc8a8dc81f69e6ff16febfd1fd00d143d33b07

Contents?: true

Size: 376 Bytes

Versions: 1

Compression:

Stored size: 376 Bytes

Contents

#!/usr/bin/env ruby

require "pre_push"

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

	@solution = {sln_path} # the path to the solution to build
	# @assemblies = ['path/to/first/test.dll','path/to/second/test.dll'] #uncomment & insert dlls to test if different to the solution.
	include PrePush
end

Executor.run

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pre_push-0.0.4 lib/template/pre-push