Skip to content

Commit

Permalink
Fix clone of rspec-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 23, 2024
1 parent fccf233 commit 38e40fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/clone_all_rspec_repos
Expand Up @@ -12,7 +12,7 @@ if is_mri; then
clone_repo "rspec-core"
clone_repo "rspec-expectations"
clone_repo "rspec-mocks"
clone_repo "rspec-rails" "6-1-maintenance"
clone_repo "rspec-rails" "rspec-rails" "6-1-maintenance"

if rspec_support_compatible; then
clone_repo "rspec-support"
Expand Down

0 comments on commit 38e40fe

Please sign in to comment.