Sha256: 54eb5106f5176e9502ae7b7c55f5b57279abf0db2c58943667e08602d2ff8f15
Contents?: true
Size: 1.16 KB
Versions: 5
Compression:
Stored size: 1.16 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>test_content_from_string_invalid_type_should_raise (TestTree)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File test/test_tree.rb, line 61</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">test_content_from_string_invalid_type_should_raise</span> <span class="ruby-identifier">assert_raise</span>(<span class="ruby-constant">RuntimeError</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-ivar">@t</span>.<span class="ruby-identifier">content_from_string</span>(<span class="ruby-keyword kw">nil</span>, <span class="ruby-value str">"040000 bogus 650fa3f0c17f1edb4ae53d8dcca4ac59d86e6c44 test"</span>) <span class="ruby-keyword kw">end</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems