Small fix to the global action spec.
This commit is contained in:
parent
9a06042c4b
commit
15f9111ea8
@ -13,10 +13,8 @@ describe Locomotive::GlobalActionsCell do
|
|||||||
menu.should have_selector('a', :count => 4)
|
menu.should have_selector('a', :count => 4)
|
||||||
end
|
end
|
||||||
|
|
||||||
# FIXME: It seems like this has been removed? Is this test still relavent?
|
|
||||||
it 'has a link to edit my account' do
|
it 'has a link to edit my account' do
|
||||||
pending
|
menu.should have_link('Admin')
|
||||||
menu.should have_link('Locomotive')
|
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'has a link to see my website' do
|
it 'has a link to see my website' do
|
||||||
|
Loading…
Reference in New Issue
Block a user