File: test_xmlrpc.rb

package info (click to toggle)
ruby-xmlrpc 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: ruby: 2,442; xml: 98; makefile: 5; sh: 4
file content (8 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
require 'test/unit'
require 'xmlrpc'

class XmlrpcTest < Test::Unit::TestCase
  def test_that_it_has_a_version_number
    assert ::XMLRPC::VERSION
  end
end