features/markdown.feature in github_api-0.11.3 vs features/markdown.feature in github_api-0.12.0

- old
+ new

@@ -1,9 +1,9 @@ Feature: Markdown API Background: - Given I have "Github::Markdown" instance + Given I have "Github::Client::Markdown" instance Scenario: Render arbitrary document Given I want to render resource And I pass the following request options: @@ -12,14 +12,14 @@ When I make request within a cassette named "markdown/render" Then the response status should be 200 And the response type should be HTML And the response should not be empty - Scenario: Render raw document text/plain - - Given I want to render_raw resource with the following params: - | text | - | Hello cool world | - When I make request within a cassette named "markdown/render_raw" - Then the response status should be 200 - And the response type should be HTML - And the response should not be empty +# Scenario: Render raw document text/plain +# +# Given I want to render_raw resource with the following params: +# | text | +# | Hello cool world | +# When I make request within a cassette named "markdown/render_raw" +# Then the response status should be 200 +# And the response type should be HTML +# And the response should not be empty