spec/flipper/ui/actions/file_spec.rb in flipper-ui-0.22.0 vs spec/flipper/ui/actions/file_spec.rb in flipper-ui-0.22.1
- old
+ new
@@ -18,16 +18,6 @@
it 'responds with 200' do
expect(last_response.status).to be(200)
end
end
-
- describe 'GET /octicons/octicons.eot' do
- before do
- get '/octicons/octicons.eot'
- end
-
- it 'responds with 200' do
- expect(last_response.status).to be(200)
- end
- end
end