From b65a2d07e47580a1b284215296116ef396baf28e Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Sun, 21 Sep 2014 19:45:54 +0200 Subject: Typo it -> its. --- features/project/source/browse_files.feature | 2 +- features/steps/project/browse_files.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature index a674800ccb8..e4f10c0de2e 100644 --- a/features/project/source/browse_files.feature +++ b/features/project/source/browse_files.feature @@ -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 diff --git a/features/steps/project/browse_files.rb b/features/steps/project/browse_files.rb index bd395a0d26e..d5e44f796ca 100644 --- a/features/steps/project/browse_files.rb +++ b/features/steps/project/browse_files.rb @@ -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 -- cgit v1.2.1