Browse Source

fix unbalanced parentheses in rails-to-caveman.asd.

master
Craig Oates 2 years ago
parent
commit
b5d69b180b
  1. 2
      rails-to-caveman.asd

2
rails-to-caveman.asd

@ -29,4 +29,4 @@
(:file "model" :depends-on ("db")) ; <--- Chapter 4.
(:file "config"))))
:description ""
:in-order-to ((test-op (test-op "rails-to-caveman-test"))))
:in-order-to ((test-op (test-op "rails-to-caveman-test")))))

Loading…
Cancel
Save