Exclude mach platform tests from default pattern in Rakefile.
This commit is contained in:
parent
b1f7fd7fb8
commit
63d10c12a2
2
Rakefile
2
Rakefile
|
@ -18,7 +18,7 @@ desc 'Run the tests'
|
||||||
task :default => [:test]
|
task :default => [:test]
|
||||||
|
|
||||||
Rake::TestTask.new(:test => [:compile]) do |t|
|
Rake::TestTask.new(:test => [:compile]) do |t|
|
||||||
t.pattern = 'spec/**/*_spec.rb'
|
t.pattern = 'spec/process_shared/**/*_spec.rb'
|
||||||
t.libs.push 'spec'
|
t.libs.push 'spec'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue