# File test/test_params.rb, line 1020
    def setup
      super

      # dependency configuration
      @rep = Rucy::Repository.new
      Rucy::Config.config(@rep)

      # test target
      @alias_list = Rucy::AliasList.new(@rep)
    end