Sha256: 4ad24c81dbff010490a43105e5d12b4c397a51d5119db13a2f1a01ba24b3743b
Contents?: true
Size: 322 Bytes
Versions: 17
Compression:
Stored size: 322 Bytes
Contents
require 'minitest/autorun' require 'mutant/minitest/coverage' class LiteralTest < Minitest::Test cover 'TestApp::Literal*' def test_command object = ::TestApp::Literal.new assert_equal(object, object.command('x')) end def test_string assert_equal('string', ::TestApp::Literal.new.string) end end
Version data entries
17 entries across 17 versions & 1 rubygems