Skip to content

Commit

Permalink
Add TweetyGonzalez README
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jul 28, 2011
1 parent bd9a2ca commit 712be1c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions exercises/TweetyGonzalez/README
@@ -0,0 +1,14 @@
Make the TweetyGonzalez twitter search app work.
================================================

Create an application that performs a search on Twitter with the query from the
text field. The search should be performed asynchronously.

* Install the rack Ruby gem

* In a second terminal window, start the test fixture server:
$ cd ./exercises/TweetyGonzalez/spec
$ rackup

* Run the spec with:
$ macbacon ./exercises/TweetyGonzalez/spec/application_spec.rb

0 comments on commit 712be1c

Please sign in to comment.