Sha256: 26860fc49bfbc257c38d0558ebbc195173398f3adab43cea767267b78ede42bb
Contents?: true
Size: 384 Bytes
Versions: 5
Compression:
Stored size: 384 Bytes
Contents
#!/usr/bin/env ruby require "pre_push" class Executor ### change only if you change your test runner @test_runner = {runner} ### @solution = "path/to/your.sln" # 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
pre_push-0.0.3 | bin/pre-push |
pre_push-0.0.2 | bin/pre-push |
pre_push-0.0.1.3 | bin/pre-push |
pre_push-0.0.1.1 | bin/pre-push |
pre_push-0.0.1.2 | bin/pre-push |