README.md in lazyman-0.1.13 vs README.md in lazyman-0.1.14

- old
+ new

@@ -13,15 +13,11 @@ gem install lazyman Or clone from github, build the gem and install -If you have any issue when install lazyman, install the gems below: - - gem install thor - Create a lazyman project ------------------------ In windows, open command console and type just like below: lazyman new your_project_name @@ -74,9 +70,15 @@ * app->cases->shared: Image that, you are testing a system which need to login before any actions, so you want to define a login function which can be called from your cases. Define reused cases here. * app->reports: the fold holds your test reports. * app->matchers: defind your owner rspec matchers here. + +How to fix rspec issue with GBK encoding +---------------------------------------- + +[Here](http://www.cnblogs.com/timsheng/p/3603679.html) is the solution. + Contributing to lazyman -----------------------