An introduction to curl using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
| # v1: <https://gist.github.com/3180455> | |
| @question_new_form | |
| Scenario: I should be able to see New Question Form | |
| Given I am logged as "author" | |
| And I have "author, osce_author" roles | |
| When I visit the questions list page | |
| And I click link titled "New" in the "Page Header Actions" section | |
| Then I should see "New Question" named "Form" |
| # v2: <https://gist.github.com/3180446> | |
| @question_new | |
| Scenario: I should be able to new/create Question | |
| Given I am on the "New Question" form page as "author" with "author, osce_author" roles | |
| When I fill in the form with the "Question" data: | |
| | Id | Type | Value | | |
| | Title TR | textarea | Başlık | | |
| | Description TR | textarea | Açıklama | | |
| | Question Image TR | file | /tmp/test.jpg | | |
| | Answer TR | text | Yanıt | |
An introduction to curl using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
| How to setup Heroku Hostname SSL with GoDaddy SSL Certificate and Zerigo DNS | |
| Heroku recently added an exciting new 'Hostname SSL' option. This option offers the broad compatibility of IP-based SSL, but at 1/5 the price ($20 / month at the time of this writing). | |
| The following tutorial explains how to use Heroku's new 'Hostname SSL' option on your Heroku project. Before we begin, let's list what we're using here: | |
| * Heroku Hostname SSL | |
| * GoDaddy Standard SSL Certificate | |
| * Zerigo DNS |