Sha256: 18042fb35620ffdf3bf31d754d450e841f28d7cd8760a285d3461143905a18f4
Contents?: true
Size: 341 Bytes
Versions: 8
Compression:
Stored size: 341 Bytes
Contents
# frozen_string_literal: true require "test_helper" require "packwerk" # This test is necessary to make sure that the package system is working correctly class PackwerkValidatorTest < Minitest::Test def test_the_application_is_correctly_set_up_for_the_package_system assert(Packwerk::Cli.new.execute_command(["validate"])) end end
Version data entries
8 entries across 8 versions & 1 rubygems