Created
June 5, 2014 06:50
-
-
Save kamaulynder/bcdb23b9f3c970beccea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@statsFixture @oauth2Skip | |
Feature: Testing the Stats API | |
@resetFixture | |
Scenario: Getting a count | |
Given that I want to count all "Tags" | |
When I request "/stats" | |
Then the response is JSON | |
And the type of the "count" property is "numeric" | |
And the "count" property equals "6" | |
Then the guzzle status code should be 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment