Skip to content
msuarz edited this page Nov 3, 2010 · 5 revisions
Scenario: Shortening a url
	Given the url will be shorten with "service"
	When making a "status update" containing urls
	Then the urls should be "shorten"

	Examples:
	| service | status update                    | shorten					  | 
	| u.nu    | http://www.twitter.com/zunzunapp | http://u.nu/4kea4          |
	| is.gd   | http://www.twitter.com/zunzunapp | http://is.gd/bCPL6         |
	| bit.ly  | http://www.twitter.com/zunzunapp | http://bit.ly/5y7pgg       |
	| tinyurl | http://www.twitter.com/zunzunapp | http://tinyurl.com/ya9wfr4 |
Clone this wiki locally