Commit 0197549d authored by Jacob Vosmaer's avatar Jacob Vosmaer

Cannot see a raw blob without workhorse

parent 368b855d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment