Skip to content

Instantly share code, notes, and snippets.

@recurser
Created September 20, 2012 05:42
Show Gist options
  • Save recurser/3754159 to your computer and use it in GitHub Desktop.
Save recurser/3754159 to your computer and use it in GitHub Desktop.
:tddium:
:test_pattern:
- features/**.feature
- features/**/*.feature
- spec/*_spec.rb
- spec/**/*_spec.rb
# Using custom :tests: for jasmine.
#- spec/javascripts/*_spec.js
#- spec/javascripts/**/*_spec.js
:tests:
- :type: custom
:command: bundle exec rake jasmine:ci
:invocation: single
:output: exit-status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment