# File test/test_repo.rb, line 62 def test_refs_should_return_array_of_ref_objects @r.refs.each do |ref| assert ref.is_a?(Grit::Ref) end end