Skip to content

Commit abafec7

Browse files
committed
Merge pull request shakacode#94 from bronson/no-capy-webkit
Remove an unneeded section from the README
2 parents eeaec39 + 1c41154 commit abafec7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

-23
Original file line numberDiff line numberDiff line change
@@ -250,29 +250,6 @@ We have feature tests in /spec/features
250250

251251
Run the tests with `rspec`.
252252

253-
If you get errors when running rspec in that it can't find expected DOM elements, then you'll want to
254-
check if you have qt-4.x installed. You need at least qt-5 installed.
255-
256-
```
257-
brew info qt
258-
```
259-
Check the output. Does the version say less than 5? If so, install qt5.
260-
```
261-
brew uninstall qt
262-
brew install qt5
263-
```
264-
265-
Then you need to run
266-
```
267-
gem uninstall capybara-webkit
268-
QMAKE=/usr/local/Cellar/qt5/5.4.0/bin/qmake bundle install
269-
```
270-
271-
**IMPORTANT** Be sure that the path indicated for the QMAKE corresponds to a correct path.
272-
273-
Then run `rspec` and you should see the tests have passed.
274-
275-
276253
# Linting and Code Inspection
277254
## Running Lint and CI tasks
278255
* Default rake task runs tests and linting (yes, repeating this!) (see `ci.rake`)

0 commit comments

Comments
 (0)