mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 03:26:07 +10:00
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user