Skip to content

Commit f57d1bf

Browse files
committed
Help tests.
1 parent ef46749 commit f57d1bf

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

features/help.feature

Lines changed: 0 additions & 5 deletions
This file was deleted.

spec/acceptance/help_spec.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
require File.dirname(__FILE__) + '/acceptance_helper'
2+
3+
feature "Help" do
4+
5+
scenario "shows contributor information" do
6+
visit "/help"
7+
click_link "GitHub"
8+
should_be_on "/hacketyhack/hacketyhack"
9+
end
10+
11+
end

0 commit comments

Comments
 (0)