File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -250,29 +250,6 @@ We have feature tests in /spec/features
250
250
251
251
Run the tests with ` rspec ` .
252
252
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
-
276
253
# Linting and Code Inspection
277
254
## Running Lint and CI tasks
278
255
* Default rake task runs tests and linting (yes, repeating this!) (see ` ci.rake ` )
You can’t perform that action at this time.
0 commit comments