Skip to content

Instantly share code, notes, and snippets.

@semipermeable
Created September 12, 2012 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save semipermeable/3739b1125b34d3729bc7 to your computer and use it in GitHub Desktop.
Save semipermeable/3739b1125b34d3729bc7 to your computer and use it in GitHub Desktop.
config/tddium.yml with command-mode configuration
:tddium:
# ... existing stuff ...
:tests:
- :type: custom # must be 'custom'
:command: bundle exec rake test # Replace with whatever command you want to run
:invocation: single # must be 'single'
:output: exit-status # must be 'exit-status'
# you can have multiple entries listed here. They will each be run and displayed separately.
@zephyr-dev
Copy link

We are seeing
→ tddium.yml: unrecognized key tests; ignoring More Info
with this.. it seems to still run the command though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment