Sha256: 5f603c9f2bd90801f1631bc134b3b0dedcd8fcb6775e21ba8f1f2ebb53701b11

Contents?: true

Size: 258 Bytes

Versions: 6

Compression:

Stored size: 258 Bytes

Contents

# encoding: utf-8

###
#  to run use
#     ruby -I ./lib -I ./test test/test_commands.rb


require 'helper'

class TestCommands < MiniTest::Test

  def test_help
     args = ['help']
     SportDb.main( args )
  end

end # class TestCommands

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sportdb-2.3.2 test/test_commands.rb
sportdb-2.3.1 test/test_commands.rb
sportdb-2.3.0 test/test_commands.rb
sportdb-2.2.1 test/test_commands.rb
sportdb-2.2.0 test/test_commands.rb
sportdb-2.1.1 test/test_commands.rb