Sha256: f483a1e3ade7c21ab6f1d62ba40d2921f5214fbb401225aa20832ae27d9d9152
Contents?: true
Size: 272 Bytes
Versions: 17
Compression:
Stored size: 272 Bytes
Contents
require 'test/unit' class TestExecutable < Test::Unit::TestCase #:nodoc: EXECUTABLE = def test_complains_with_no_args output = %x{#{File.expand_path('../../bin/bushido', __FILE__)}} assert output =~ /See bushido -h for more detailed instructions/ end end
Version data entries
17 entries across 17 versions & 1 rubygems