public
Description: Yet Another Planet Refactoring
Homepage: http://intertwingly.net/blog/2007/12/19/Yet-Another-Planet-Refactoring
Clone URL: git://github.com/rubys/mars.git
Search Repo:
mars / test / addressable.rb
100644 8 lines (7 sloc) 0.147 kb
1
2
3
4
5
6
7
8
require 'test/unit'
 
class AddressableTestCase < Test::Unit::TestCase
  def test_installed
    require 'addressable/uri'
    assert true
  end
end