summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-09-21 20:01:17 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2014-09-21 20:01:17 +0200
commit90741c8892f5f8fd5d5154c8cd9d3fda9397df56 (patch)
treec51e96bd31ba828de54dc29f623bc5155dd18633
parent3fdccd539a5c857b7bc39ad707265165da13ff3c (diff)
parentb65a2d07e47580a1b284215296116ef396baf28e (diff)
downloadgitlab-ce-90741c8892f5f8fd5d5154c8cd9d3fda9397df56.tar.gz
Merge pull request #7814 from cirosantilli/test-typo
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