spec/flipper/ui/actions/file_spec.rb in flipper-ui-0.17.2 vs spec/flipper/ui/actions/file_spec.rb in flipper-ui-0.18.0

- old
+ new

@@ -19,19 +19,9 @@ it 'responds with 200' do expect(last_response.status).to be(200) end end - describe 'GET /fonts/bootstrap/glyphicons-halflings-regular.eot' do - before do - get '/fonts/bootstrap/glyphicons-halflings-regular.eot' - end - - 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