thoughtbot / capybara-webkit

A Capybara driver for headless WebKit to test JavaScript web apps
https://thoughtbot.com/open-source
MIT License
1.97k stars 428 forks source link

Change xvfb command to `bundle exec rake spec` #1013

Closed skade closed 6 years ago

skade commented 7 years ago

This is probably a typo, bundle exec spec isn't a common command.

twalpole commented 6 years ago

spec was the command back in rspec 1.x days - The equivalent nowadays would be bundle exec rspec. If you make that change I'll merge it.

AlanFoster commented 6 years ago

I think this PR is a fix for this: https://github.com/thoughtbot/capybara-webkit/pull/1054

twalpole commented 6 years ago

Closing in favor of PR #1054