1 2 3 4 5 6
require "test_helper" class SysproTest < Minitest::Test def test_that_it_has_a_version_number refute_nil ::Syspro::VERSION end
7
end