What is RSpec capybara?

What is RSpec capybara?

Capybara lets you test different web apps through simulation of how any real user would be interacting with the app. It has been found to be quite agnostic when the driver runs the tests. This also comes along with the support of Rack::Test.