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

Commit

Permalink
Temporarily remove rspec-expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jun 28, 2020
1 parent a18b46d commit de1b664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function check_style_and_lint {

function run_all_spec_suites {
fold "rspec-core specs" run_spec_suite_for "rspec-core"
fold "rspec-expectations specs" run_spec_suite_for "rspec-expectations"
# fold "rspec-expectations specs" run_spec_suite_for "rspec-expectations"
fold "rspec-mocks specs" run_spec_suite_for "rspec-mocks"
if rspec_rails_compatible; then
fold "rspec-rails specs" run_spec_suite_for "rspec-rails"
Expand Down

0 comments on commit de1b664

Please sign in to comment.