README.md in prickle-0.0.6 vs README.md in prickle-0.1.0
- old
+ new
@@ -1,8 +1,8 @@
# Prickle
-[![Build Status](https://secure.travis-ci.org/ExtractMethod/prickle.png)](http://travis-ci.org/ExtractMethod/prickle)
+[![Build Status](https://secure.travis-ci.org/ExtractMethod/prickle.png)](http://travis-ci.org/ExtractMethod/prickle) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/ExtractMethod/prickle)
![](http://github.com/despo/prickle/raw/master/prickle.png)
## Configuration
@@ -22,10 +22,12 @@
include Capybara::DSL
include Prickle::Capybara # include Prickle
end
```
+*For Capybara 2.0, make sure you are using prickle ≥ 0.1.0*
+
## Waiting for elements to become visible
To enable this feature you need to set the *Prickle::Capybara.wait_time* property.
```ruby
@@ -100,10 +102,10 @@
popup.accept {
#block that triggers alert
}
```
-Verifying popup messageo
+Verifying popup messages
```ruby
alert = popup.accept {
#block that triggers alert