require 'http/http_app.rb' describe "HttpController loading" do it "should desc" do b=TestBed.new b.run("Admin") pp 1 getClass("AdminApp").should_not be_nil pp 2 getClass("Admin").should be_nil pp 3 getClass("AdminApp::Admin").should_not be_nil pp 4 end end