File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 85
85
86
86
describe '#send_metrics' do
87
87
context 'when using file:// scheme for the URL' do
88
- xit 'writes the payload uncompressed to a file when disabling gzip'
89
- xit 'writes the payload compressed to a file when enabling gzip'
88
+ it 'writes the payload uncompressed to a file when disabling gzip'
89
+ it 'writes the payload compressed to a file when enabling gzip'
90
90
end
91
91
92
92
context 'when using non-file:// scheme for the URL' do
93
- xit 'sends the payload uncompressed to the server and with the right headers when disabling gzip'
94
- xit 'writes the payload compressed to the server and with the right headers when enabling gzip'
93
+ it 'sends the payload uncompressed to the server and with the right headers when disabling gzip'
94
+ it 'writes the payload compressed to the server and with the right headers when enabling gzip'
95
95
end
96
96
end
97
97
end
You can’t perform that action at this time.
0 commit comments