Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiob committed Apr 19, 2011
1 parent 0cc99e5 commit 01ba062
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ The following commands run the project in a local server instance. They should b
cd grocery cd grocery
source env/bin/activate source env/bin/activate
python manage.py runserver python manage.py runserver

Make sure to run the


Step 2 (Write step definitions) Step 2 (Write step definitions)
------------------------------- -------------------------------
Expand All @@ -64,7 +62,7 @@ For the sake of the `grocery` example, we define the three steps of the `No appl
* <span style="color:#adad27">When I browse the list of apples</span>: this step passes if a page exists listing apples and if I can open that page in a browser * <span style="color:#adad27">When I browse the list of apples</span>: this step passes if a page exists listing apples and if I can open that page in a browser
* <span style="color:#adad27">Then I should see the text "No apples left"</span>: this step passes if I see the text "No apples left" in that page * <span style="color:#adad27">Then I should see the text "No apples left"</span>: this step passes if I see the text "No apples left" in that page


The file `fails.py` contains these exact definition in Python and lettuce code. The file `fails.py` in this package contains these definition in Python and lettuce code.


Step 3 (Run and watch it fail) Step 3 (Run and watch it fail)
------------------------------ ------------------------------
Expand Down

0 comments on commit 01ba062

Please sign in to comment.