Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
brokensandals committed Jan 21, 2012
1 parent 1120ad3 commit f239dde
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 263 deletions.
261 changes: 0 additions & 261 deletions README

This file was deleted.

13 changes: 13 additions & 0 deletions README.md
@@ -0,0 +1,13 @@
This is a generic mock web server.

Use its web interface to create one or more rules - regexes for matching request path and HTTP method. The server will respond to requests that match the rules with response status and body specified by you, and will record the requests for inspection.

The steps below will start the server at http://localhost:3000

gem install bundler
bundle install
rake db:create
rake db:migrate
rails server

Tested on Ruby 1.9.3-preview1.
3 changes: 1 addition & 2 deletions doc/README_FOR_APP
@@ -1,2 +1 @@
Use this README file to introduce your application and point to useful places in the API for learning more.
Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries.
See README.md in project root.

0 comments on commit f239dde

Please sign in to comment.