Last active
May 24, 2018 00:38
-
-
Save dwhelan/d64055b6c18cb7f6e69f14865dbfa517 to your computer and use it in GitHub Desktop.
Replicate RSpec "focus" mode with ExUnit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ExUnit.start( | |
exclude: [:skip], include: [ | |
# Uncomment the line below to only run tests with "@tag :focus" | |
:focus], exclude: [:test | |
] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment