README.md in cello-0.0.21 vs README.md in cello-0.0.23
- old
+ new
@@ -1,9 +1,9 @@
CELLO
=====
[![Gem Version](https://badge.fury.io/rb/cello.png)](http://badge.fury.io/rb/cello)
-[![Build Status](https://secure.travis-ci.org/camiloribeiro/cello.png)](http://travis-ci.org/camiloribeiro/cello)
+[![Build Status](https://travis-ci.org/camiloribeiro/cello.png?branch=master)](https://travis-ci.org/camiloribeiro/cello)
[![Code Climate](https://codeclimate.com/github/camiloribeiro/cello.png)](https://codeclimate.com/github/camiloribeiro/cello)
[![Dependency Status](https://gemnasium.com/camiloribeiro/cello.png)](https://gemnasium.com/camiloribeiro/cello)
[![Coverage Status](https://coveralls.io/repos/camiloribeiro/cello/badge.png)](https://coveralls.io/r/camiloribeiro/cello)
[![endorse](https://api.coderwall.com/camiloribeiro/endorsecount.png)](https://coderwall.com/camiloribeiro)
@@ -23,12 +23,12 @@
) /|/ ( This is the way we can use the "record" feature to make it easier to automate.
/ /|/| \
| / /|| | It uses metaprog, so it doesn't rely in bad generated code from the rec feature.
| / /~~~/ | It merges the power of selenium, the page object model and gherkin documentation.
\/ / \ / /
- /`/.__Y__.-'
- /#/ |
- |
+ /`/.__Y__.-' It also has a record option, that allows you to create a new page object in a sec.
+ /#/ |
+ | have fun :)
!
What is the idea?
-----------------
The core idea is based on two techniques and lots of ideas: