Sha256: 180bf44fc8df7ff7215262dd6c02ddcd6f2f08c133b0bdc2756c7d48f2b5a79b
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
appswarm-0.0.1 | lib/appswarm/spec/http_controller_spec.rb |