diff options
Diffstat (limited to 'spec/unit/request/client_spec.rb')
-rw-r--r-- | spec/unit/request/client_spec.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/unit/request/client_spec.rb b/spec/unit/request/client_spec.rb deleted file mode 100644 index 5ccd155..0000000 --- a/spec/unit/request/client_spec.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'spec_helper' - -describe Zero::Request, '#client' do - subject { Zero::Request.new(env) } - let(:env) { EnvGenerator.get('/foo') } - - its(:client) { should be_an_instance_of(Zero::Request::Client) } -end |