0
0
Fork 0

not needed anymore

This commit is contained in:
Gibheer 2012-11-16 17:56:25 +01:00
parent 63fe8abe98
commit 2f57c9965e
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
require 'spec_helper'
describe Zero::Request, '#media_types' do
subject { Zero::Request.new(env) }
let(:env) { EnvGenerator.get('/foo') }
its(:media_types) { should be_an_instance_of(Zero::Request::Accept) }
end