This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header class="navbar navbar-fixed-top"> | |
<div class="navbar-inner"> | |
<div class="container"> | |
<%= link_to "sample app", root_path, id: "logo" %> | |
<nav> | |
<ul class="nav pull-right"> | |
<li><%= link_to "Home", root_path %></li> | |
<li><%= link_to "Help", help_path %></li> | |
<% if signed_in? %> | |
<li><%= link_to "Users", '#' %></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failures: | |
1) User pages signup with valid information followed by signout | |
Failure/Error: before { click_link("Sign out") } | |
Capybara::ElementNotFound: | |
no link with title, id or text 'Sign out' found | |
# (eval):2:in `click_link' | |
# ./spec/requests/user_pages_spec.rb:55:in `block (5 levels) in <top (required)>' | |
Finished in 0.78348 seconds |
NewerOlder