spec/response_status_spec.rb in cuba-api-0.3.2 vs spec/response_status_spec.rb in cuba-api-0.3.3
- old
+ new
@@ -68,10 +68,10 @@
end
it 'status 204' do
status, _, resp = Cuba.call({'REQUEST_METHOD' => 'DELETE'})
status.must.eq 204
- resp.join.must_be :empty?
+ resp.join.must.be :empty?
end
it 'status 412' do
status, _, resp = Cuba.call({'REQUEST_METHOD' => 'GET'})
status.must.eq 412