Commit 920e728a authored by lmcandrew's avatar lmcandrew

Updated asset path in favicon_spec.rb to match CE

parent 68f0f739
......@@ -9,7 +9,7 @@ RSpec.describe Gitlab::Favicon, :request_store do
it 'has blue favicon for development', unless: Gitlab.ee? do
allow(Rails).to receive(:env).and_return(ActiveSupport::StringInquirer.new('development'))
expect(described_class.main).to match_asset_path 'favicon-blue.png'
expect(described_class.main).to match_asset_path '/assets/favicon-blue.png'
end
it 'has yellow favicon for canary' 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