Created
March 2, 2012 13:14
-
-
Save nalanj/1958311 to your computer and use it in GitHub Desktop.
TConsole: Add a custom file set
This file contains hidden or 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
| TConsole::Config.run do |config| | |
| config.file_sets["helpers"] = ["test/helpers/**/*_test.rb"] | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment