Commit b641cdd183cc40fe25ee67ece41e883146a6207f

Authored by Dmitriy Zaporozhets
1 parent af657b05

fix test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/features/admin/admin_hooks_spec.rb
... ... @@ -12,7 +12,7 @@ describe "Admin::Hooks" do
12 12 describe "GET /admin/hooks" do
13 13 it "should be ok" do
14 14 visit admin_root_path
15   - within ".main_menu" do
  15 + within ".main-nav" do
16 16 click_on "Hooks"
17 17 end
18 18 current_path.should == admin_hooks_path
... ...