A small example from scratch with acceptance tests on http://www.hi5.com using:
This project was created in order to show some examples about the use of previous technologies without rails project. The main purpose is to help Ruby QA automations to create, design a mantain a simple project to test a website.
In order to execute this project you need to install:
-
You can check this with
ruby -v
-
Clone the repo
$ git clone https://github.com/yovasx2/rspec-capybara-101
-
Move into it and install dependencies
$ cd RspecCapybara101 && bundle install
-
Execute tests
$ rspec
You can contribute to this project in many forms:
-
Adding features (examples)
-
Giovanni Alberto García