diff --git a/.gitignore b/.gitignore index eab0492..a646c35 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /spec/reports/ /tmp/ .idea +*.gem diff --git a/README.md b/README.md index 295b2cc..20e120b 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ end Task's do not need to be in the same scope, as long as the task exists Kinchan will find and run it when appropriate +### [Examples](https://github.com/sosodev/kinchan-examples) + ### Setting Selenium Browser Options before running your task you can modify the selenium browser options like so