Skip to content

Commit

Permalink
Don't test twice the alternative frontend option names
Browse files Browse the repository at this point in the history
Those are already covered in the installer generator spec.
  • Loading branch information
elia committed Dec 5, 2022
1 parent efe2b3a commit 60b0ac3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,9 @@ jobs:
- install_solidus: { flags: "--sample=false --frontend=none --authentication=none" }
- test_page: { expected_text: "<title>Ruby on Rails" }

- install_solidus: { flags: "--sample=false --frontend=solidus_frontend --authentication=custom" }
- install_solidus: { flags: "--sample=false --frontend=classic --authentication=custom" }
- test_page: { expected_text: "data-hook=" }

- install_solidus: { flags: "--sample=false --frontend=solidus_starter_frontend --authentication=devise" }
- test_page: { expected_text: "The only eCommerce platform you’ll ever need." }

- run:
name: "Test `rake task: extensions:test_app`"
command: |
Expand Down

0 comments on commit 60b0ac3

Please sign in to comment.