features/element.feature in page-object-0.6 vs features/element.feature in page-object-0.6.1

- old
+ new

@@ -10,11 +10,13 @@ Then the text field should contain "" Scenario: Elements enabled? When I check an enabled button Then it should know it is enabled + And it should know that is it not disabled When I check a disabled button Then it should know it is not enabled + And it should know that it is disabled Scenario: Link element methods When I retrieve a link element Then I should know it exists And I should know it is visible