Sha256: 1b33d20dbd85da96937965554f640d9faab22f5bca5b25e4f3c29a5a90847a50
Contents?: true
Size: 283 Bytes
Versions: 6
Compression:
Stored size: 283 Bytes
Contents
require 'minitest' require 'vcs' class CommandTest < Minitest::Test def test_command command = VCSRuby::Command.new 'test_find', 'find' assert_equal 'test_find', command.name assert command.available?, 'Command find not found' command.execute '--help' end end
Version data entries
6 entries across 6 versions & 1 rubygems