Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test is too slow [spec/spec_helper.rb] #1

Open
calorie opened this issue Nov 27, 2013 · 0 comments
Open

test is too slow [spec/spec_helper.rb] #1

calorie opened this issue Nov 27, 2013 · 0 comments

Comments

@calorie
Copy link
Owner

calorie commented Nov 27, 2013

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant