Skip to content

Commit

Permalink
Remove test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Gleeson committed Aug 15, 2024
1 parent 351fc08 commit 344287c
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 47 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,3 @@ jobs:
with:
ruby-version: .ruby-version
bundler-cache: true

- name: Run tests
env:
RAILS_ENV: test
# REDIS_URL: redis://localhost:6379/0
run: bin/rails db:test:prepare test test:system

- name: Keep screenshots from failed system tests
uses: actions/upload-artifact@v4
if: failure()
with:
name: screenshots
path: ${{ github.workspace }}/tmp/screenshots
if-no-files-found: ignore
5 changes: 0 additions & 5 deletions test/application_system_test_case.rb

This file was deleted.

13 changes: 0 additions & 13 deletions test/channels/application_cable/connection_test.rb

This file was deleted.

Empty file removed test/controllers/.keep
Empty file.
Empty file removed test/fixtures/files/.keep
Empty file.
Empty file removed test/helpers/.keep
Empty file.
Empty file removed test/integration/.keep
Empty file.
Empty file removed test/mailers/.keep
Empty file.
Empty file removed test/models/.keep
Empty file.
Empty file removed test/system/.keep
Empty file.
15 changes: 0 additions & 15 deletions test/test_helper.rb

This file was deleted.

0 comments on commit 344287c

Please sign in to comment.