0
0
Fork 0

Rename #finish to #to_a in response specs

This commit is contained in:
Stormwind 2012-11-19 19:39:45 +01:00
parent 2e073a07fa
commit 2b79c3e840
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require 'spec_helper'
describe Zero::Response do
subject { Zero::Response.new() }
describe '#finish' do
describe '#to_a' do
it "returns an array within status header and body" do
subject.status = 200
subject.header = {}