Revision bfc065ce
Added by Thomas McKay over 8 years ago
Rakefile | ||
---|---|---|
4 | 4 |
|
5 | 5 |
Rake::TestTask.new do |t| |
6 | 6 |
t.libs << "lib" |
7 |
t.test_files = Dir.glob('test/**/*_test.rb') |
|
7 |
t.test_files = Dir['test/setup_test.rb'] + Dir.glob('test/**/*_test.rb')
|
|
8 | 8 |
t.verbose = true |
9 | 9 |
end |
Also available in: Unified diff
roles-test - wip
roles-test - users now get roles, orgs, and locations