Skip to content

lein-cuke should include project sources in classpath #1

Description

@nilswloka
Feature: Setup classpath
  So that I can use my project's namespaces inside step definitions
  As a developer
  I want lein-cuke to automatically configure the classpath to include the project's sources

  Scenario: Include sources
    Given a namespace "test" is defined inside a file src/test.clj
    When I use it from within a step definition with (use 'test)
    And I run lein cuke
    Then the compiler should not throw a FileNotFoundException

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions