summaryrefslogtreecommitdiff
path: root/spec/ruby/fixtures/code/recursive_load_fixture.rb
blob: 18b144d44a2536168fd5b05b7d94bd2350553009 (plain)
1
2
3
4
5
ScratchPad << :loaded

if ScratchPad.recorded == [:loaded]
  load File.expand_path("../recursive_load_fixture.rb", __FILE__)
end