fix test
This commit is contained in:
parent
af657b0509
commit
b641cdd183
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue