capybara 3.35.1
Capybara is an integration testing tool for rack based web applications. It simulates how a user would interact with a website
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (7):
            addressable
            >= 0
          
          
            mini_mime
            >= 0.1.3
          
          
            nokogiri
            ~> 1.8
          
          
            rack
            >= 1.6.0
          
          
            rack-test
            >= 0.6.3
          
          
            regexp_parser
            >= 1.5, < 3.0
          
          
            xpath
            ~> 3.2
          
    Development Dependencies (23):
            byebug
            >= 0
          
          
            coveralls
            >= 0
          
          
            cucumber
            >= 2.3.0
          
          
            erubi
            >= 0
          
          
            irb
            >= 0
          
          
            launchy
            >= 2.0.4
          
          
            minitest
            >= 0
          
          
            puma
            >= 0
          
          
            rake
            >= 0
          
          
            rspec
            >= 3.5.0
          
          
            rspec-instafail
            >= 0
          
          
            rubocop
            ~> 1.1
          
          
            rubocop-minitest
            >= 0
          
          
            rubocop-performance
            >= 0
          
          
            rubocop-rake
            >= 0
          
          
            rubocop-rspec
            ~> 2.0
          
          
            sauce_whisk
            >= 0
          
          
            selenium_statistics
            >= 0
          
          
            selenium-webdriver
            ~> 3.5
          
          
            sinatra
            >= 1.4.0
          
          
            uglifier
            >= 0
          
          
            webdrivers
            >= 3.6.0
          
          
            yard
            >= 0.9.0
          
    
