# Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved. require 'spec_helper' describe StaticController do describe "GET 'home'" do it "returns http success" do get 'home' response.should be_success end end end