summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-09-21 19:45:54 +0200
committerCiro Santilli <ciro.santilli@gmail.com>2014-09-21 19:45:54 +0200
commitb65a2d07e47580a1b284215296116ef396baf28e (patch)
treebb4e404f3f807decee93ea8b658af4ef1eebaf7a
parentfda61a047ffb9b04bc4dd38e897088fde17fb3c1 (diff)
downloadgitlab-ce-b65a2d07e47580a1b284215296116ef396baf28e.tar.gz
Typo it -> its.
-rw-r--r--features/project/source/browse_files.feature2
-rw-r--r--features/steps/project/browse_files.rb2
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