Skip to content

Commit

Permalink
Releasing new version
Browse files Browse the repository at this point in the history
- Added support for Capybara 2.0
  • Loading branch information
despo committed Mar 14, 2013
1 parent e20fb37 commit f2fb8b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -24,6 +24,8 @@ World do
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.
Expand Down
2 changes: 1 addition & 1 deletion lib/prickle/version.rb
@@ -1,3 +1,3 @@
module Prickle
VERSION = '0.0.6'
VERSION = '0.1.0'
end

0 comments on commit f2fb8b7

Please sign in to comment.