Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Commit

Permalink
added a check that devclub website doesn't have any errors :P
Browse files Browse the repository at this point in the history
  • Loading branch information
inoryy committed Jan 29, 2013
1 parent 3ce5232 commit 1aac3bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion features/basic.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ Feature: Basic examples
Then I should not see "Google Search"
And I should see "Google otsing"
And I go to "http://google.com/ncr"
Then I should see "Google Search"
Then I should see "Google Search"

Scenario: Devclub visitors should not see code errors
Given I am on "http://devclub.eu"
Then I should not see "Warning:"
And I should not see "Notice:"

0 comments on commit 1aac3bd

Please sign in to comment.