Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Change Read Me to new rspec command
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemorato-cc committed Jan 30, 2018
1 parent c46d2e9 commit 1c5cd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you're like us, you'll be using capybara-webkit on CI.
On Linux platforms, capybara-webkit requires an X server to run, although it doesn't create any visible windows. Xvfb works fine for this. You can setup Xvfb yourself and set a DISPLAY variable, try out the [headless gem](https://github.com/leonid-shevtsov/headless), or use the xvfb-run utility as follows:

```
xvfb-run -a bundle exec spec
xvfb-run -a bundle exec rspec
```

This automatically sets up a virtual X server on a free server number.
Expand Down

0 comments on commit 1c5cd2c

Please sign in to comment.