You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filename : spec/spec_helper.rb line # : 21 tag : todo md5 : 79e1576b5dc82f2c82a0992c2af4d7e7
# [todo] - test is too slow
RSpec.configure do |config|
config.before :suite do
cache_dir = get_cache_dir
unless File.exists?(cache_dir)
ENV['VVMROOT'] = cache_dir
FileUtils.mkdir_p(cache_dir)
Installer.fetch
%w{ v7-3-969 v7-4 }.each do |v|
i = Installer.new(v)
i.checkout
i.configure
i.make_install
end
Installer.cp_etc
end
The text was updated successfully, but these errors were encountered:
filename : spec/spec_helper.rb
line # : 21
tag : todo
md5 : 79e1576b5dc82f2c82a0992c2af4d7e7
The text was updated successfully, but these errors were encountered: