Skip to content

Commit

Permalink
TEMPORARY! Point to a rspec-rails branch that supports both RSpec 3 a…
Browse files Browse the repository at this point in the history
…nd 4
  • Loading branch information
pirj committed Dec 23, 2020
1 parent 15a7a56 commit 2cdc875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/clone_all_rspec_repos
Original file line number Diff line number Diff line change
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" "main"
clone_repo "rspec-rails" "remove-monkey-patching"

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

0 comments on commit 2cdc875

Please sign in to comment.