home | actionText | actionLink | footer |
---|---|---|---|
true |
Get Started → |
/guide/ |
MIT Licensed | Copyright © 2020-present Denis Talakevich |
Following Ruby an Capybara naming conventions allows easily to read and understand tests code.
# install
gem install capybara_active_admin
# OR echo "gem 'capybara_active_admin', group: :test, require: false" >> Gemfile
# require in in rspec/rails_helper.rb
require 'capybara/active_admin/rspec'
::: warning COMPATIBILITY NOTE requires Ruby >= 2.3. :::