Commit aca1a7b8 authored by Jacek Furmankiewicz's avatar Jacek Furmankiewicz

cleared up tests that are in progress

parent e7eca03c
...@@ -89,7 +89,7 @@ Feature: URL routing ...@@ -89,7 +89,7 @@ Feature: URL routing
Then I expect HTTP code 200 Then I expect HTTP code 200
@options @options
Scenario: Support for HTTP OPTIONS Scenario: TODO: Support for HTTP OPTIONS
Given 'home_resource' is running Given 'home_resource' is running
When as user 'None:None' I GET 'http://127.0.0.1:8080/methods/options' When as user 'None:None' I GET 'http://127.0.0.1:8080/methods/options'
Then I expect HTTP code 501 Then I expect HTTP code 501
...@@ -98,7 +98,7 @@ Feature: URL routing ...@@ -98,7 +98,7 @@ Feature: URL routing
Then I expect HTTP code 501 Then I expect HTTP code 501
@patch @patch
Scenario: Support for HTTP PATCH Scenario: TODO: Support for HTTP PATCH
Given 'home_resource' is running Given 'home_resource' is running
When as user 'None:None' I GET 'http://127.0.0.1:8080/methods/options' When as user 'None:None' I GET 'http://127.0.0.1:8080/methods/options'
Then I expect HTTP code 501 Then I expect HTTP code 501
......
nosetests --with-freshen -v
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment