File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed
spec/mongoid/criteria/queryable/extensions Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -297,6 +297,7 @@ functions:
297297 FLE="${FLE}" \
298298 AUTH="${AUTH}" \
299299 SSL="${SSL}" \
300+ APP_TESTS="${APP_TESTS}" \
300301 .evergreen/run-tests.sh
301302
302303 " fix absolute paths " :
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ functions:
271271 FLE="${FLE}" \
272272 AUTH="${AUTH}" \
273273 SSL="${SSL}" \
274+ APP_TESTS="${APP_TESTS}" \
274275 .evergreen/run-tests.sh
275276
276277 "fix absolute paths":
Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ elif test -n "$TEST_I18N_FALLBACKS"; then
103103 spec/mongoid/criteria_spec.rb spec/mongoid/contextual/mongo_spec.rb \
104104 --format Rfc::Riff --format RspecJunitFormatter --out tmp/rspec.xml
105105elif test -n " $APP_TESTS " ; then
106- if test -z " $DOCKER_PRELOAD " ; then
107- ./spec/shared/bin/install-node
108- fi
109-
110106 bundle exec rspec spec/integration/app_spec.rb --format Rfc::Riff --format RspecJunitFormatter --out tmp/rspec.xml
111107else
112108 bundle exec rake ci
Original file line number Diff line number Diff line change 22
33require "spec_helper"
44
5- describe Bignum do
5+ describe ' Bignum' do
66 ruby_version_lt "2.4"
77
88 describe ".evolve" do
Original file line number Diff line number Diff line change 22
33require "spec_helper"
44
5- describe Fixnum do
5+ describe ' Fixnum' do
66 ruby_version_lt "2.4"
77
88 describe ".evolve" do
You can’t perform that action at this time.
0 commit comments