# File test/test_rubygit.rb, line 132 def test_rev_list_pretty_raw out = @git.rev_list({:pretty => 'raw'}, 'f1964ad1919180dd1d9eae9d21a1a1f68ac60e77') assert_match 'f1964ad1919180dd1d9eae9d21a1a1f68ac60e77', out assert_equal out.split("\n").size, 654 end