aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/request/path_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/request/path_spec.rb')
-rw-r--r--spec/unit/request/path_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/unit/request/path_spec.rb b/spec/unit/request/path_spec.rb
deleted file mode 100644
index 3873e48..0000000
--- a/spec/unit/request/path_spec.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-require 'spec_helper'
-
-describe Zero::Request, '#path' do
- subject { Zero::Request.new(env) }
- let(:path) { '/foo' }
- let(:env) { EnvGenerator.get(path) }
-
- its(:path) { should == path }
-end