Fix requires in test_x11_dependency.rb

This commit is contained in:
Jack Nagel 2013-04-02 15:33:35 -05:00
parent b82ae7067d
commit 5b5361b92e

View File

@ -1,5 +1,6 @@
require 'testing_env' require 'testing_env'
require 'requirements' require 'extend/set'
require 'requirements/x11_dependency'
class X11DependencyTests < Test::Unit::TestCase class X11DependencyTests < Test::Unit::TestCase
def test_eql_instances_are_eql def test_eql_instances_are_eql