Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 2cdc875

Browse files
committed
TEMPORARY! Point to a rspec-rails branch that supports both RSpec 3 and 4
1 parent 15a7a56 commit 2cdc875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/clone_all_rspec_repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if is_mri; then
1212
clone_repo "rspec-core"
1313
clone_repo "rspec-expectations"
1414
clone_repo "rspec-mocks"
15-
clone_repo "rspec-rails" "main"
15+
clone_repo "rspec-rails" "remove-monkey-patching"
1616

1717
if rspec_support_compatible; then
1818
clone_repo "rspec-support"

0 commit comments

Comments
 (0)