Skip to content

Test Nearest not working for ruby when tests dont have description ("it do") #92

@the-moriarty

Description

@the-moriarty

In Ruby (rspec), is very common to tests dont have an description (rspec will generate one at runtime).

Example:

image

The :TestNearest just pick the line number and put at the end of command like rspec my_file_spec.rb:200

With :UltestNearest, when the it dont have and description, it just don runs (if has an it with description on file, it runs it instead the right test)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions