Skip to content

Commit

Permalink
Remove system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Oct 8, 2024
1 parent c6c5513 commit 576e86e
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 134 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
run: |
cd test-app
bin/rails test
bin/rails test:system
test_api:
name: 🧪 Run API Tests
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Authentication Zero 4.0.0 ##

* Remove system tests

## Authentication Zero 3.0.2 ##

* Fix bug where token is not expired/invalid
Expand Down
2 changes: 0 additions & 2 deletions lib/generators/authentication/authentication_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,7 @@ def add_routes
def create_test_files
directory "test_unit/controllers/#{format}", "test/controllers"
directory "test_unit/mailers/", "test/mailers"
directory "test_unit/system", "test/system" unless options.api?
template "test_unit/test_helper.rb", "test/test_helper.rb", force: true
template "test_unit/application_system_test_case.rb", "test/application_system_test_case.rb", force: true unless options.api?
end

private
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 576e86e

Please sign in to comment.