Merge pull request #7814 from cirosantilli/test-typo

Typo it -> its.
This commit is contained in:
Robert Schilling 2014-09-21 20:01:17 +02:00
commit 90741c8892
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Feature: Project Browse files
Scenario: I browse file content
Given I click on ".gitignore" file in repo
Then I should see it content
Then I should see its content
Scenario: I browse raw file
Given I visit blob file from repo

View File

@ -20,7 +20,7 @@ class ProjectBrowseFiles < Spinach::FeatureSteps
click_link ".gitignore"
end
step 'I should see it content' do
step 'I should see its content' do
page.should have_content "*.rbc"
end