Commit b65a2d07 authored by Ciro Santilli's avatar Ciro Santilli

Typo it -> its.

parent fda61a04
...@@ -13,7 +13,7 @@ Feature: Project Browse files ...@@ -13,7 +13,7 @@ Feature: Project Browse files
Scenario: I browse file content Scenario: I browse file content
Given I click on ".gitignore" file in repo 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 Scenario: I browse raw file
Given I visit blob file from repo Given I visit blob file from repo
......
...@@ -20,7 +20,7 @@ class ProjectBrowseFiles < Spinach::FeatureSteps ...@@ -20,7 +20,7 @@ class ProjectBrowseFiles < Spinach::FeatureSteps
click_link ".gitignore" click_link ".gitignore"
end end
step 'I should see it content' do step 'I should see its content' do
page.should have_content "*.rbc" page.should have_content "*.rbc"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment