require'spec_helper'describe"Blog menu entry",type::featuredorefinery_login_with:refinery_userit"is highlighted when managing the blog"dovisitrefinery.admin_root_pathwithin("#menu"){click_link"Blog"}expect(page).tohave_css("a.active",:text=>"Blog")endend