for example, i want to run only one single test for edge. what command
should i use?. the test i want to run is at the path: "/railties/test/
application/console_test.rb"
Although this certainly is just a temporary solution or workaround.
Btw, I can see why Railties test cases don’t add a particular ActiveSupport lib path to the load path (people might want to use a different version for testing). But why don’t they add their own local test/ path?