Skip to content

Commit

Permalink
Create test stub for viewing support page -
Browse files Browse the repository at this point in the history
good place for a beginner to start
  • Loading branch information
subelsky committed Aug 1, 2017
1 parent 54573bc commit 19b2f01
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spec/features/viewing_support_page_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
RSpec.feature "Viewing support page" do
include_context "as a logged-in viewer user"

scenario "succeeds" do
skip "this would be great for a volunteer to work on, good way to learn Capybara"
# This needs to exercise clicking on the "Support" link in the upper right hand navigation menu
end
end

0 comments on commit 19b2f01

Please sign in to comment.