Revision c06f1783
Added by Thomas McKay over 6 years ago
Rakefile | ||
---|---|---|
9 | 9 |
print "Cassettes cleared\n" |
10 | 10 |
end |
11 | 11 |
|
12 |
# Rake::TestTask.new do |t| |
|
13 |
# t.libs << "lib" |
|
14 |
# t.test_files = Dir['test/setup_test.rb'] + Dir.glob('test/**/*_test.rb') |
|
15 |
# t.verbose = true |
|
16 |
# end |
|
17 |
|
|
18 | 12 |
namespace :test do |
19 |
[:resources].each do |task_name|
|
|
13 |
%w(setup resources).each do |task_name|
|
|
20 | 14 |
desc "Runs the #{task_name} tests" |
21 | 15 |
task task_name do |
22 | 16 |
options = {} |
... | ... | |
73 | 67 |
|
74 | 68 |
desc 'Runs all tests' |
75 | 69 |
task :test do |
70 |
Rake::Task['test:setup'].invoke |
|
76 | 71 |
Rake::Task['test:resources'].invoke |
77 | 72 |
end |
78 | 73 |
|
Also available in: Unified diff
fixes #15743 - import and export of subscriptions one-per-line