Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can it run single rails minitest? #85

Closed
brancusi opened this issue Feb 7, 2016 · 2 comments
Closed

How can it run single rails minitest? #85

brancusi opened this issue Feb 7, 2016 · 2 comments

Comments

@brancusi
Copy link

brancusi commented Feb 7, 2016

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?

@brancusi
Copy link
Author

brancusi commented Feb 7, 2016

Saw the other comment on this. Using zeus now to run. Works great!

@brancusi brancusi closed this as completed Feb 7, 2016
@brilnius
Copy link

brilnius commented Jan 7, 2021

For those landing on this issue like me, I made a Pull Request attempt (#117) for this annoying limitation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants