Skip to content

How can it run single rails minitest? #85

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?

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