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

Commit de1b664

Browse files
committed
Temporarily remove rspec-expectations
1 parent a18b46d commit de1b664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function check_style_and_lint {
185185

186186
function run_all_spec_suites {
187187
fold "rspec-core specs" run_spec_suite_for "rspec-core"
188-
fold "rspec-expectations specs" run_spec_suite_for "rspec-expectations"
188+
# fold "rspec-expectations specs" run_spec_suite_for "rspec-expectations"
189189
fold "rspec-mocks specs" run_spec_suite_for "rspec-mocks"
190190
if rspec_rails_compatible; then
191191
fold "rspec-rails specs" run_spec_suite_for "rspec-rails"

0 commit comments

Comments
 (0)