Skip to content

How can it run single rails minitest? #85

Closed
@brancusi

Description

@brancusi

How can we run a single minitest in rails.

test "can view resource" do
...
end

becomes the following under the hood in rails:

def tets_can_view_resource
...
end

using bin/rake test {relative_path} {regex}
doesn't account for this conversion. Any ideas?

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