require 'spec/helper' require 'example/app/retro_games' describe 'Retro-games app' do behaves_like :rack_test it 'lists the first game' do get '/' last_response.should =~ /1 => Pacman/ end it 'has a form to add another game' do get '/' last_response.should =~ /