summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2016-01-28 18:09:52 +0100
committerJacob Vosmaer <contact@jacobvosmaer.nl>2016-01-28 18:09:52 +0100
commit0197549d57bd32ee933ee775c625ed6fc5f5eec8 (patch)
treecfaa98d08a397198ab75da60d1bd15b6fee1bf3b
parent368b855d88597a48637145838f61113af9c0e98e (diff)
downloadgitlab-ce-0197549d57bd32ee933ee775c625ed6fc5f5eec8.tar.gz
Cannot see a raw blob without workhorse
-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