README.rdoc in pickle-0.2.1 vs README.rdoc in pickle-0.2.2

- old
+ new

@@ -11,11 +11,11 @@ <b>Github</b> for code: http://github.com/ianwhite/pickle <b>Gemcutter</b> for the gem: http://gemcutter.org/gems/pickle -<b>API</b> docs: http://ianwhite.github.com/pickle/doc +<b>API</b> docs: {Pickle rdoc on github}[http://ianwhite.github.com/pickle/doc/] <b>Google group</b> for questions: http://groups.google.com/group/pickle-cucumber <b>Lighthouse</b> for bugs: http://ianwhite.lighthouseapp.com/projects/25941-pickle @@ -41,16 +41,32 @@ == CI It's tested against all stable branches of 2.x rails, and edge, with the latest versions of rspec, cucumber, factory_girl, machinist. +== Run the tests + +You can run the test with <b>garlic</b> http://github.com/ianwhite/garlic, which tests against different versions of rails. + +Or, you can make a test rails app: + + cd ~/wherever_you_work + rails pickle_test_project; cd pickle_test_project + script/generate rspec + script/generate cucumber --rspec + script/plugin install git://github.com/ianwhite/pickle.git + cd vendor/plugins/pickle + rake spec + cucumber features + == Contributors The following people have made Pickle better: * {Nick Rutherford}[http://github.com/nruth] -* Tobi Knaup +* {Tobi Knaup}[http://github.com/guenter] * {Michael MacDonald}[http://github.com/schlick] +* {Michael Moen}[http://github.com/UnderpantsGnome] == Get Started (you'd better install cucumber) \ No newline at end of file