Skip to content

Commit

Permalink
fixup! Drop "main", just show app
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jan 7, 2020
1 parent ce8adba commit a7a0ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/navigation_spec.rb
Expand Up @@ -5,7 +5,7 @@
visit admin_customers_path

navigation = find(".navigation")
expect(navigation).to have_link("Back to main app")
expect(navigation).to have_link("Back to app")
end

it "highlights the link to the current page's resource type" do
Expand Down

0 comments on commit a7a0ed3

Please sign in to comment.