# -*- encoding : utf-8 -*-requireFile.expand_path(File.dirname(__FILE__)+'/../spec_helper')describeRequestGameController,"when playing the game"dobefore(:each)doload_raw_emails_dataendit"should show the game homepage"doget:playresponse.shouldrender_template('play')endend