spec/bootstrap-navbar/helpers/bootstrap3_spec.rb in bootstrap-navbar-2.1.0 vs spec/bootstrap-navbar/helpers/bootstrap3_spec.rb in bootstrap-navbar-2.1.1
- old
+ new
@@ -124,10 +124,10 @@
end
end
end
describe '#navbar_item' do
- it_behaves_like 'marking the menu items as active correctly'
+ it_behaves_like 'marking the navbar items as active correctly'
context 'without current URL' do
it 'generates the correct HTML' do
BootstrapNavbar.configuration.current_url_method = '"/foo"'
expect(renderer.navbar_item('foo', '/')).to have_tag(:li, without: { class: 'active' }) do