Fix #3551 rake spec fails to run integration specs
A typo prevents the Rakefile from finding tests in spec/integration Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
This commit is contained in:
Родитель
6a66d5edea
Коммит
9b2b0ecf22
2
Rakefile
2
Rakefile
|
@ -44,7 +44,7 @@ task :puppetpackages => [:create_gem, :package]
|
|||
|
||||
Spec::Rake::SpecTask.new do |t|
|
||||
t.spec_opts = ['--format','s', '--loadby','mtime']
|
||||
t.pattern ='spec/{unit,integation}/**/*.rb'
|
||||
t.pattern ='spec/{unit,integration}/**/*.rb'
|
||||
t.fail_on_error = false
|
||||
end
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче