Sha256: 39777e3ce4e4988355fe4804383b9d824b5a48099d9e6dac1d310fee7f3b6a9b
Contents?: true
Size: 272 Bytes
Versions: 26
Compression:
Stored size: 272 Bytes
Contents
#!/usr/bin/env ruby def system!(*args) puts "+ #{args.join(' ')}" system(*args) || abort("\n== Command #{args} failed ==") end Dir.glob('spec/fixtures/*.yaml').each do |path| path.delete_suffix!('.yaml') system! "tomograph \"#{path}.yaml\" \"#{path}.json\"" end
Version data entries
26 entries across 26 versions & 1 rubygems