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

minitest-run-file to run a specific file. #26

Merged
merged 1 commit into from
Apr 4, 2016

Conversation

senny
Copy link
Contributor

@senny senny commented Apr 4, 2016

This makes it easier for third party code to integrate with minitest-emacs.
It's now possible to give minitest-emcas only a filename. The function
minitest-run-file is meant for scripting and is not interactive.

This makes it easier for third party code to integrate with minitest-emacs.
It's now possible to give minitest-emcas only a filename. The function
`minitest-run-file` is meant for scripting and is not interactive.
@arthurnn
Copy link
Owner

arthurnn commented Apr 4, 2016

i see... interested about your use case =)

@arthurnn arthurnn merged commit b8e1a49 into arthurnn:master Apr 4, 2016
@senny
Copy link
Contributor Author

senny commented Apr 4, 2016

@arthurnn I have a function bound to M-e that runs the current test-file regardless of what runner it is using. It uses rspec-mode for _spec.rb and minitest for _test.rb and others for Elixir or JavaScript. It's very handy if I can use a function and simply pass it the file-name to execute.

@senny senny deleted the run-file branch April 4, 2016 13:52
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

Successfully merging this pull request may close these issues.

2 participants