This simple app is set to learn basics of using Capybara with Rspec on simple examples. It is very highly based on integrallis/learn-rspec-capybara.
$ git clone [email protected]:hussar-academy/capybara-learning.git
$ cd capybara-learning/
$ bundle install
$ bundle exec rake db:setup
$ bundle exec rspec spec
The master
branch contains a set of feature
specs which need to be implemented.
The tests
branch has complete implementations of these tests