KO
|
EN
gitlite — search
Search
#python
#javascript
#nextjs
#deep-learning
#machine-learning
#simulation
#go
#reactjs
#golang
#example
#r
#git
minitest-line
★ 36
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
mab_bookmark_extension
:
Example code for my article on building a simple Google Chrome extension.
jiraview
:
Extract data from JIRA through REST and create charts.
Media-Query-Sync
:
Ⓜ️ A cross-browser solution for syncing Javascript functionality with CSS media queries
orca.js
:
Open Real-Time Communications API
angular-drag-drop
:
Drag and drop with angular using directives and HTML5
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
minitest-line
?
Download (.md)
# minitest-line A Minitest 5 plugin for running focused tests. ```Bash gem install minitest-line ruby test/my_file -l 5 ``` If you want to be able to run describe block by line number add ```Ruby require 'minitest/line/describe_track' ``` ## Acknowledgments This plugin was inspired by [James Mead](https://github.com/floehopper) pull request to Minitest: [Run a test by line number from the command line (a.k.a. "run focussed test")](https://github.com/seattlerb/minitest/pull/267)