Sha256: 438630d9f881799782c39866dd88cd047847c4bde4f21e7c61dfd2934e1b5bd4
Contents?: true
Size: 310 Bytes
Versions: 8
Compression:
Stored size: 310 Bytes
Contents
require 'spec/helper' class SpecHello < Ramaze::Controller def index 'automatically mapped' end end describe 'Lonely Controller automap' do behaves_like :rack_test it 'automatically creates an app and maps the controller into it' do get('/').body.should == 'automatically mapped' end end
Version data entries
8 entries across 8 versions & 3 rubygems