-
Notifications
You must be signed in to change notification settings - Fork 0
twist/take
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
take ---- (c) 2010 [email protected] [email protected] a wrapper script for rails testing with rake. USAGE ----- > take { [ f | i | l | u] | [ path/to/test.rb [-f pattern] ] | [ path/to/test.rb test_x ] | [ --list path/to/test.rb ] | [ -r path/to/some/tests] } EXAMPLES -------- > take u # all unit tests > take test/integration/foo/bar_test.rb #run specific test file > take test/integration/foo/bar_test.rb -f pattern #run all tests from this file with a name matching the pattern > take test/integration/foo/bar_test.rb test_whatever # run specific test > take --list test/integration/foo/bar_test.rb # shows all tests in the given file > take -r test/integration/foo # execute all tests found under test/integration/foo recursivly
About
rake wrapper. less typing more testing
Resources
Stars
Watchers
Forks
Packages 0
No packages published