Sha256: 1588a7821ef13d62d8de2b8b461efe3752c0b1ff246449966a2eefc99876fc3d
Contents?: true
Size: 272 Bytes
Versions: 2
Compression:
Stored size: 272 Bytes
Contents
require 'helper' require 'open3' class TestSoFarSoGoodBin < Minitest::Test should "work via CLI" do output, status = Open3.capture2e("bundle", "exec", "bin/far", "52.222-3") assert_equal 0, status.exitstatus assert output.include? "Convict Labor" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
so_far_so_good-1.2.0 | test/so_far_so_good_bin_test.rb |
so_far_so_good-1.1.1 | test/so_far_so_good_bin_test.rb |