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

Version Path
packwerk-1.2.0 lib/packwerk/generators/templates/packwerk_validator_test.rb
packwerk-1.1.3 lib/packwerk/generators/templates/packwerk_validator_test.rb
packwerk-1.1.2 lib/packwerk/generators/templates/packwerk_validator_test.rb
packwerk-1.1.1 lib/packwerk/generators/templates/packwerk_validator_test.rb
packwerk-1.1.0 lib/packwerk/generators/templates/packwerk_validator_test.rb
packwerk-1.0.2 lib/packwerk/generators/templates/packwerk_validator_test.rb
packwerk-1.0.1 lib/packwerk/generators/templates/packwerk_validator_test.rb
packwerk-1.0.0 lib/packwerk/generators/templates/packwerk_validator_test.rb