# This example does an AJAX lookup and is in CoffeeScript
$('.typeahead').typeahead(
# source can be a function
source: (typeahead, query) ->
# this function receives the typeahead object and the query string
This file contains 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
function undeploy | |
{ | |
Param( | |
[parameter(Mandatory=$true, Position=0)] | |
[ValidateSet("Production","Staging")] | |
[String] | |
$deploymentSlot, | |
[parameter(Mandatory=$true, Position=1)] | |
[String] |
This file contains 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
Feature: Forum Commenting | |
In order to interact with a Forum | |
As a Forum User | |
I want to create Posts in that Forum | |
Scenario: Comment on Post | |
Given the agent ForumAgent | |
When I publish the command PublishPost: | |
| Title | Body | CategoryIdentifier | AuthorIdentifier | ForumIdentifier | |