Skip to content

Cucumber/rspec doesn't work in sublime with a project with custom folder structure #200

@gudata

Description

@gudata

If I have in my sublime project the test folders like this

{
"folders":
[
  {
    "path": "features"
  },
  {
    "path": "spec"
  },
  {
    "folder_exclude_patterns":
    [
      "features",
      "spec"
    ],
    "path": "/home/guda/something"
  },
]   

Then the cucumber/rspec doesn't find the project root.

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