master
Dmitriy Zaporozhets 2013-04-02 14:30:32 +03:00
parent af657b0509
commit b641cdd183
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ describe "Admin::Hooks" do
describe "GET /admin/hooks" do
it "should be ok" do
visit admin_root_path
within ".main_menu" do
within ".main-nav" do
click_on "Hooks"
end
current_path.should == admin_hooks_path