summaryrefslogtreecommitdiff
path: root/test/integration/jive_test.rb
blob: 4bb59280eb62215ca8652755adfa0ed46efbb75c (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require "test_helper"

class JiveTest < Minitest::Test
  def test_run_exits_with_exit_code_zero
    assert_equal 0, Jive.run([["echo", "."]])
  end
end