Sha256: 13ce66d6cfd8388493426fc3e58f9d63d905d2b07f552d361cbf36fa02d2ba14
Contents?: true
Size: 352 Bytes
Versions: 6
Compression:
Stored size: 352 Bytes
Contents
require 'spec_helper' describe TProv::Application do describe "GET '/'" do it "should return the index page." do get '/' last_response.should be_ok end end describe "GET '/tomcat/list'" do it "should return the Tomcat list instances page." do get '/tomcat/list' last_response.should be_ok end end end
Version data entries
6 entries across 6 versions & 2 rubygems