Skip to content

Updating usage of Aruba.

gitlab-qa-bot requested to merge github/fork/pat/aruba into master

Created by: pat

This gets both specs and features passing without deprecation warnings using Aruba 0.14.2, as discussed in #2437.

Two caveats:

  • There is a 1.0.0 pre-release version of Aruba, but it requires Cucumber 2, and that’s a whole different can of worms to open.
  • The gemspec notes that Aruba 0.7 is broken on MRI 1.8.7. I’m not sure if 0.14 is happier, but perhaps Travis will tell us. If it’s not, I guess this change can’t be merged in until RSpec 4 is on the cards?

Also: my focus here was on getting things working with no deprecation warnings and no failures. Feedback on preferred syntax/approaches is very much welcome :)

Merge request reports