File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ module ModuleSpecs::Autoload
217
217
end
218
218
end
219
219
220
- describe "the autoload is removed when the same file is required directly without autoload " do
220
+ describe "the autoload is triggered when the same file is required directly" do
221
221
before :each do
222
222
module ModuleSpecs ::Autoload
223
223
autoload :RequiredDirectly , fixture ( __FILE__ , "autoload_required_directly.rb" )
Original file line number Diff line number Diff line change 1
1
fails:Module#autoload (concurrently) blocks others threads while doing an autoload
2
- fails:Module#autoload the autoload is removed when the same file is required directly without autoload with a full path
3
- fails:Module#autoload the autoload is removed when the same file is required directly without autoload with a relative path
4
- fails:Module#autoload the autoload is removed when the same file is required directly without autoload in a nested require
2
+ fails:Module#autoload the autoload is triggered when the same file is required directly with a full path
3
+ fails:Module#autoload the autoload is triggered when the same file is required directly with a relative path
4
+ fails:Module#autoload the autoload is triggered when the same file is required directly in a nested require
You can’t perform that action at this time.
0 commit comments