We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f90074 commit df0bf6bCopy full SHA for df0bf6b
lib/generators/templates/ci/ci.yml.tt
@@ -130,9 +130,9 @@ jobs:
130
DATABASE_URL: postgres://postgres:postgres@localhost:5432
131
# REDIS_URL: redis://localhost:6379/0
132
<%- if using_rspec? -%>
133
- run: bin/rails db:setup spec
+ run: bin/rails db:setup spec
134
<%- else -%>
135
- run: bin/rails db:setup test test:system
+ run: bin/rails db:setup test test:system
136
<%- end -%>
137
138
- name: Keep screenshots from failed system tests
lib/generators/templates/ci/dependabot.yml
@@ -1,7 +1,7 @@
1
version: 2
2
updates:
3
-- package-ecosystem: bundler
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- open-pull-requests-limit: 10
+ - package-ecosystem: bundler
+ directory: '/'
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
0 commit comments