From c78f4ab1e19cc1a18d9b1803ecef6248ae90084b Mon Sep 17 00:00:00 2001 From: Stefanni Brasil Date: Tue, 23 Apr 2024 16:39:08 -0600 Subject: [PATCH] take 5 --- .github/workflows/build_rails.yml | 2 +- .../test/acceptance/superglue_installation_acceptance.rb | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_rails.yml b/.github/workflows/build_rails.yml index cf06712e..a98acb57 100644 --- a/.github/workflows/build_rails.yml +++ b/.github/workflows/build_rails.yml @@ -38,4 +38,4 @@ jobs: run: bundle exec rake test - name: Run acceptance test working-directory: ./superglue_rails - run: BUNDLE_GEMFILE='' ruby -Ilib:test test/acceptance/superglue_installation_acceptance.rb + run: ruby -Ilib:test test/acceptance/superglue_installation_acceptance.rb diff --git a/superglue_rails/test/acceptance/superglue_installation_acceptance.rb b/superglue_rails/test/acceptance/superglue_installation_acceptance.rb index aa6e5b69..b1273cc3 100644 --- a/superglue_rails/test/acceptance/superglue_installation_acceptance.rb +++ b/superglue_rails/test/acceptance/superglue_installation_acceptance.rb @@ -90,9 +90,6 @@ def add_esbuild_cmd end def generate_test_app_7(app_name) - successfully "gem install bundler" - successfully "gem install rails" - successfully "bundle install" successfully "bundle exec rails new #{app_name} \ --javascript=esbuild \ --skip-git \