Commit b641cdd183cc40fe25ee67ece41e883146a6207f
1 parent
af657b05
Exists in
master
and in
4 other branches
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,7 +12,7 @@ describe "Admin::Hooks" do | ||
| 12 | describe "GET /admin/hooks" do | 12 | describe "GET /admin/hooks" do |
| 13 | it "should be ok" do | 13 | it "should be ok" do |
| 14 | visit admin_root_path | 14 | visit admin_root_path |
| 15 | - within ".main_menu" do | 15 | + within ".main-nav" do |
| 16 | click_on "Hooks" | 16 | click_on "Hooks" |
| 17 | end | 17 | end |
| 18 | current_path.should == admin_hooks_path | 18 | current_path.should == admin_hooks_path |