up: makes spec for with and without config
parent
6d71dccb2d
commit
7247a25a96
8
Rakefile
8
Rakefile
|
@ -23,3 +23,11 @@ task :spec_config do
|
||||||
|
|
||||||
FileUtils.rm_rf(directory_config) unless unsafe_path
|
FileUtils.rm_rf(directory_config) unless unsafe_path
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc 'Runs tests with and without config enabled'
|
||||||
|
task :spec do
|
||||||
|
Rake::Task['spec'].invoke
|
||||||
|
Rake::Task['spec_config'].invoke
|
||||||
|
|
||||||
|
puts "Spec with and without config enabled executed."
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in New Issue