Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-09 14:27:50 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-07-09 14:27:50 +0300
commit846538076bdbae11b7fbbf2ad28b6c777351cbfc (patch)
treea69ebd65aa869bf33dbc3b401201a804a0b26347 /features
parent6848b0a6258681286c3929979fb3e6b5571cce61 (diff)
Dont check for link but for actual readme content
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/project.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/project/project.rb b/features/steps/project/project.rb
index b4a0ba1e27f..9a451c19374 100644
--- a/features/steps/project/project.rb
+++ b/features/steps/project/project.rb
@@ -86,7 +86,6 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
step 'I should see project "Forum" README' do
- expect(page).to have_link 'README.md'
expect(page).to have_content 'Sample repo for testing gitlab features'
end