提交 b65a2d07 编写于 作者: C Ciro Santilli

Typo it -> its.

上级 fda61a04
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册