Blame view

test/syspro_test.rb 171 Bytes
dc8aa5b6   Joe Weakley   Rubocop corrections
1
2
3
  # frozen_string_literal: true
  
  require 'test_helper'
87fd11a1   Isaac Lewis   reorg
4
5
6
7
8
  
  class SysproTest < Minitest::Test
    def test_that_it_has_a_version_number
      refute_nil ::Syspro::VERSION
    end
87fd11a1   Isaac Lewis   reorg
9
  end