Created
September 20, 2012 05:42
-
-
Save recurser/3754159 to your computer and use it in GitHub Desktop.
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
: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