Commit d25828ea authored by Arturo Herrero's avatar Arturo Herrero

Remove unnecessary request_store flag

parent 350bd6dd
...@@ -614,7 +614,7 @@ describe JiraService do ...@@ -614,7 +614,7 @@ describe JiraService do
end end
end end
describe 'favicon urls', :request_store do describe 'favicon urls' do
it 'includes the standard favicon' do it 'includes the standard favicon' do
props = described_class.new.send(:build_remote_link_props, url: 'http://example.com', title: 'title') props = described_class.new.send(:build_remote_link_props, url: 'http://example.com', title: 'title')
expect(props[:object][:icon][:url16x16]).to match %r{^http://localhost/assets/favicon(?:-\h+).png$} expect(props[:object][:icon][:url16x16]).to match %r{^http://localhost/assets/favicon(?:-\h+).png$}
......
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