close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 287


Ignore:
Timestamp:
2015-06-05T20:58:34-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/utils-tests.lisp

    r286 r287  
    22(ql:quickload :fiveam)
    33
    4 (in-package :cl-user)
     4(defpackage :it.bese.fiveam.utils-tests
     5  (:use :common-lisp
     6        :it.bese.fiveam))
    57
    6 (5am:def-suite utils-suite
     8(in-package :it.bese.fiveam
     9
     10(def-suite utils-suite
    711    :description "Utils Suite")
    8 (in-suite my-suite)
     12
     13(in-suite utils-suite)
    914
    1015(test utils-tests
Note: See TracChangeset for help on using the changeset viewer.