From ee7c55f3d063698fece8df725d63a1649737f0bd Mon Sep 17 00:00:00 2001 From: Sang Huynh Date: Thu, 18 May 2023 14:46:42 +0700 Subject: [PATCH] [#385] Install sassc --- spec/template.rb | 1 - template.rb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/template.rb b/spec/template.rb index 922b01ba..31fcc24d 100644 --- a/spec/template.rb +++ b/spec/template.rb @@ -1,5 +1,4 @@ # frozen_string_literal: true -run 'gem install sassc' generate 'rspec:install' diff --git a/template.rb b/template.rb index f8bb4a87..c44c6771 100644 --- a/template.rb +++ b/template.rb @@ -56,6 +56,7 @@ def apply_template!(template_root) # Stop the spring before using the generators as it might hang for a long time # Issue: https://github.com/rails/spring/issues/486 run 'spring stop' + run 'gem install sassc' apply 'spec/template.rb' end