match_table 1.1.0
Capybara's built-in table matchers leave a lot to be desired. `match_table` is a matcher that allows you to match tables in your system specs with a lot more flexibility and much improved failure messages.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            capybara
            ~> 3
          
          
            rspec-expectations
            ~> 3