Rakefile in instana-1.195.4 vs Rakefile in instana-1.197.0.pre1
- old
+ new
@@ -20,10 +20,10 @@
t.test_files = suite_files.select { |f| File.basename(f).start_with?(appraised_group) }
else
t.test_files = Dir[
'test/*_test.rb',
- 'test/{agent,tracing}/*_test.rb'
+ 'test/{agent,tracing,backend,snapshot}/*_test.rb'
]
end
end
task :default => :test