8 lines
207 B
Common Lisp
8 lines
207 B
Common Lisp
;;;; cl-scopes/test/etc/config-steps - configuration for `scopes-steps` tests
|
|
|
|
(in-package :scopes/test-steps)
|
|
|
|
(setf *config*
|
|
(make-instance 'test-steps
|
|
:user "default-user"
|
|
:password "public"))
|