Sha256: 0cc899b3bff31c52ede531256106a09dd56bf3dec9776b6f6e10bf9a12737683

Contents?: true

Size: 415 Bytes

Versions: 1

Compression:

Stored size: 415 Bytes

Contents

require_relative 'spec_helper'

subject Proc.new {
  `#{BIN_PATH} #{Pathname.new(__FILE__).join '..', '..', '..', 'support', 'examples', 'duck', 'success', 'test.rb'}`
}

its :call do
  MUST match: /^......$/
end

subject Proc.new {
  `#{BIN_PATH} #{Pathname.new(__FILE__).join '..', '..', '..', 'support', 'examples', 'duck', 'success', 'test.rb'} --hide_progress`
}

its :call do
  MUST_NOT match: /^......$/
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fix-0.6.1 spec/fix/bin/hide_progress.rb