Sha256: 64db8f6a46b3c36c93c7e8724fa372c6563632edf211615c87a7348d524e82ab
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
require "test_helper" class AdditionTest < MiniTest::Unit::TestCase def setup @addition = GitDiff::Line::Addition.new("+ addition") end def test_addition_is_true assert @addition.addition? end def test_deletion_is_false refute @addition.deletion? end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
git_diff-0.3.0 | test/line/addition_test.rb |