Is there something similar to Cucumber's multi-example tables (using pickle) for Rspec acceptance specs (capybara)?
Would be very convenient for testing multiple scenarios and outcomes without having to recreate each spec with only minor parameter differences.