Commit Graph

5 Commits

Author SHA1 Message Date
Brian Cunnie
daf5c91ee0 RSpec is invoked with correct path to spec/
fixes:
```
No examples found.
```
2016-09-05 05:46:46 -07:00
Brian Cunnie
8bcce4784b hash-bang has one option, concatenated
Works fine on macOS; blows up on Linux.

fixes:
```
/bin/bash: - : invalid option
Usage:	/bin/bash [GNU long option] [option] ...
	/bin/bash [GNU long option] [option] script-file ...
```
2016-09-05 05:27:08 -07:00
Brian Cunnie
5c5d7ae5ec use RSpec, not a custom bash script
Admittedly it's overkill to use RSpec to run a set of assertions against
a DNS server -- a simple shell script would have been shorter and more
understandable. We are using RSpec merely to practice using RSpec.

Also, RSpec is not quite appropriate because we're not testing a Ruby
class. In fact, we're not test Ruby code at all. So we should not be
using RSpec. Just sayin'.
2016-09-05 05:16:51 -07:00
Brian Cunnie
ba4d87c8d4 check-dns will be a ruby script...
...and it will be perfect in every way. --Immortan Joe
2016-08-29 13:08:11 -07:00
Brian Cunnie
05dac6df49 sslip.io has Concourse's Continuous Integration
- CI-related files are under `ci/`
2016-08-24 20:43:10 -07:00