@kyanny's blog

My thoughts, my life. Views/opinions are my own.

2014-05-30から1日間の記事一覧

Play with Capybara from interactive shell

Interactive shell like irb or pry is best friend to learn how to write code in programming language. Playing with Capybara from interactive shell session also very good to get used to Capybara's powerful API. You can load Capybara from irb…