Sha256: 3a5b1a5525f0c84d508d63478d523e6bb115d3d7fe840b23f706d935a47a09f2
Contents?: true
Size: 971 Bytes
Versions: 2
Compression:
Stored size: 971 Bytes
Contents
--- home: true actionText: Get Started → actionLink: /guide/ footer: MIT Licensed | Copyright © 2020-present Denis Talakevich --- <div style="text-align: center"> <Bit/> </div> <div class="features"> <div class="feature"> <h2>Fast Test Writing</h2> <p>Allow to focus on what you want to test instead of how to do it.</p> </div> <div class="feature"> <h2>Simplicity</h2> <p>Following Ruby an Capybara naming conventions allows easily to read and understand tests code.</p> </div> <div class="feature"> <h2>Customizable</h2> <p>You can easy extend, customize, and mix parts of library to fit your needs.</p> </div> </div> ### As Easy as 1, 2, 3 ```bash # install gem install capybara_active_admin # OR echo "gem 'capybara_active_admin', group: :test, require: false" >> Gemfile ``` ```ruby # require in in rspec/rails_helper.rb require 'capybara/active_admin/rspec' ``` ::: warning COMPATIBILITY NOTE requires Ruby >= 2.3. :::
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
capybara_active_admin-0.3.3 | docs/README.md |
capybara_active_admin-0.3.2 | docs/README.md |