File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- lastUpdateCheck 1762552807228
5+ lastUpdateCheck 1763256402231
Original file line number Diff line number Diff line change 1- # Set up gems listed in the Gemfile.
2- ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../../Gemfile" , __dir__ )
1+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
32
4- require "bundler/setup" if File . exist? ( ENV [ "BUNDLE_GEMFILE" ] )
5- $LOAD_PATH. unshift File . expand_path ( "../../lib" , __dir__ )
3+ require "bundler/setup" # Set up gems listed in the Gemfile.
4+ # Only run the following line if we bootsnap is loaded, because we don't load it for the individual tests.
5+ # The individual tests are the ones in `..`.
6+ # They do load this file, for reasons.
7+ require "bootsnap/setup" if Gem . loaded_specs . has_key? ( "bootsnap" ) # Speed up boot time by caching expensive operations.
Original file line number Diff line number Diff line change 99Warning . ignore ( :not_reached , mail_gem_path )
1010Warning . ignore ( /warning: assigned but unused variable - testEof/ , mail_gem_path )
1111
12- require "diffy"
13- require "nokogiri"
14- require "equivalent-xml"
15-
1612require_relative "../demo/config/environment"
1713require "rails/test_help"
1814require "mocha/minitest"
You can’t perform that action at this time.
0 commit comments