Skip to content

Instantly share code, notes, and snippets.

@kamaulynder
Created June 5, 2014 06:50
Show Gist options
  • Save kamaulynder/bcdb23b9f3c970beccea to your computer and use it in GitHub Desktop.
Save kamaulynder/bcdb23b9f3c970beccea to your computer and use it in GitHub Desktop.
@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