Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GCorbel committed Feb 28, 2024
1 parent a3caeab commit 3007ee7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
1 change: 0 additions & 1 deletion lib/rspec/mocks/mutate_const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def idempotently_reset
reset unless @reset_performed
@reset_performed = true
end

end

# Hides a defined constant for the duration of an example.
Expand Down
38 changes: 19 additions & 19 deletions script/run_build
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ fi

fold "binstub check" check_binstubs

# fold "specs" run_specs_and_record_done
#
# if additional_specs_available; then
# fold "additional specs" run_additional_specs
# fi
#
# fold "cukes" run_cukes
#
# if documentation_enforced; then
# fold "doc check" check_documentation_coverage
# fi
#
# if supports_cross_build_checks; then
# fold "one-by-one specs" run_specs_one_by_one
# export NO_COVERAGE=true
# run_all_spec_suites
# else
# echo "Skipping the rest of the build on non-MRI rubies"
# fi
fold "specs" run_specs_and_record_done

if additional_specs_available; then
fold "additional specs" run_additional_specs
fi

fold "cukes" run_cukes

if documentation_enforced; then
fold "doc check" check_documentation_coverage
fi

if supports_cross_build_checks; then
fold "one-by-one specs" run_specs_one_by_one
export NO_COVERAGE=true
run_all_spec_suites
else
echo "Skipping the rest of the build on non-MRI rubies"
fi

0 comments on commit 3007ee7

Please sign in to comment.