README.rdoc in bret-watircraft-0.4.1 vs README.rdoc in bret-watircraft-0.4.2

- old
+ new

@@ -5,15 +5,15 @@ WatirCraft is a testing framework that builds on Watir. It allows tests to be expressed as Rspec or Cucumber tests and provides a library structure to support maintainable testing. It gives you a place to put things. -* http://testobsessed.com/2008/05/31/a-place-to-put-things/ +* http://testobsessed.com/2008/05/31/a-place-to-put-things == FEATURES -* Generate a directory structure for your test suite with one command. +* Generates a directory structure for your test suite with one command. * Provides page adapters you can customize for your application. * Configure application URL and browser type (IE, Firefox) in one location. * Framework automatically initializes browser for testing. == APPROACH @@ -28,11 +28,11 @@ more features to the WatirCraft framework, your test suite will automatically get the benefit. == INSTALL -* gem update --system -* gem install watircraft + gem update --system + gem install watircraft == EXAMPLE An example test suite for this framework can be found in the framework examples project on github. Look in the watircraft directory.