Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanhefner committed Dec 3, 2023
1 parent 98ebd33 commit 671608f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ def create_new_rails_app(app_dir)

File.write("Gemfile", gemfile)

puts "?" * 50
system("gem install rails --version 7.0.8")
system("rails _7.0.8_ new /tmp/wtf")
puts "?" * 50
puts "~" * 50
# system("gem", "install", "sass-embedded")
system("gem pristine sass-embedded --version 1.69.5")
Expand Down

0 comments on commit 671608f

Please sign in to comment.