spec/lib/http_response_spec.rb in rapidoc-0.0.6 vs spec/lib/http_response_spec.rb in rapidoc-0.0.7
- old
+ new
@@ -23,10 +23,10 @@
end
context "when check get_description function" do
before do
@codes = [ 200, 201, 401, 404, 422, 403, 409 ]
- @descriptions = [ 'OK', 'Created', 'Unauthorized', 'Not found',
+ @descriptions = [ 'OK', 'Created', 'Access Denied', 'Not found',
'Unprocessable Entity', 'Forbidden', '' ]
end
it "should return correct descriptions" do
@codes.each_index do |i|