Skip to content

Problem with system-fixture #2

@fdabrao

Description

@fdabrao

This

(defn system-fixture
  []
  (fn [f]
    (when (nil? (system-state))
      (core/start-app {:opts {:profile :test}}))
    (f)))

when use with (use-fixtures :once with-system) is giving:
cause Wrong number of args (1) passed to: tanktest.franquias.test-utils/system-fixture

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions