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:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-01-28 20:09:52 +0300
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-01-28 20:09:52 +0300
commit0197549d57bd32ee933ee775c625ed6fc5f5eec8 (patch)
treecfaa98d08a397198ab75da60d1bd15b6fee1bf3b /features/steps
parent368b855d88597a48637145838f61113af9c0e98e (diff)
Cannot see a raw blob without workhorse
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/source/browse_files.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb
index d08935aa101..71db552f7b4 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -52,7 +52,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
end
step 'I should see raw file content' do
- expect(source).to eq sample_blob.data
+ expect(source).to eq '' # Body is filled in by gitlab-workhorse
end
step 'I click button "Edit"' do