Skip to content
Snippets Groups Projects
Commit b65a2d07 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

Typo it -> its.

parent fda61a04
No related branches found
No related tags found
1 merge request!7814Typo it -> its.
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment