Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Apr 14, 2024
1 parent 4a156c9 commit ce8b7ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def add_esbuild_cmd
end

def generate_test_app_7(app_name)
successfully "bundle exec rails new #{app_name} \
successfully "rails new #{app_name} \
--javascript=esbuild \
--skip-git \
--skip-hotwire \
Expand Down Expand Up @@ -117,6 +117,7 @@ def test_installation
Dir.mkdir(TMP_DIR) unless Dir.exist?(TMP_DIR)
Dir.chdir(TMP_DIR) do
FileUtils.rm_rf("testapp")
successfully "which -a rails"
generate_test_app_7 "testapp"
Dir.chdir("testapp") do
successfully "bundle install"
Expand Down

0 comments on commit ce8b7ad

Please sign in to comment.