Skip to content

Commit f83b63e

Browse files
committed
Add env variable for rspec-rails
1 parent 0ccdf82 commit f83b63e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
- '*'
1111
env:
1212
RSPEC_CI: true
13+
# This tells rspec-rails what branch to run in ci
14+
RSPEC_VERSION: '= 3.11.0.pre'
1315
jobs:
1416
test:
1517
name: Ruby ${{ matrix.ruby }} ${{ matrix.name_extra || '' }}

0 commit comments

Comments
 (0)