Skip to content

Commit

Permalink
✅ Fixed missing gem in spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed May 4, 2024
1 parent 815d02f commit 5005d80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_system_helper.rb
Expand Up @@ -67,6 +67,7 @@ def deploy_gem
%Q{gem "diy"},
%Q{gem "thor"},
%Q{gem "deep_merge"},
%Q{gem "unicode-display_width"},
%Q{gem "ceedling", :path => '#{git_repo}'}
].join("\n")

Expand Down

0 comments on commit 5005d80

Please sign in to comment.