hotsh / rstat.us

Simple microblogging network based on the ostatus protocol.
http://rstat.us/
Other
722 stars 215 forks source link

Capybara 2.0 #717

Open caleywoods opened 11 years ago

caleywoods commented 11 years ago

@alindeman pointed me to this article about upgrading to Capy 2.0.

Is this something we might be interested in? The main issue the article points out is using something like this in your tests:

fill_in 'Password', with: 'secret'
fill_in 'Password confirmation', with: 'secret'

In Capy 2.0 the first fill_in fails because it will find 2 elements. I'd be happy to start the process.

carols10cents commented 11 years ago

I'm into it, let us know if you run into any trouble :) :punch:

caleywoods commented 11 years ago

Going to be a little while before I can start. I've got a new laptop so I need to make sure everything is working, pull down my fork and make it current and get started.