dabs
Full Member
Posts: 78
|
Post by dabs on Aug 22, 2024 13:15:42 GMT
This is one of those problems which isn't THAT important... until I need to write code which would make total sense to unit test. Just like the code I need to write now...
Anyway, to answer the question Dmitry asked a year ago: yes I do have mspec in the extension list in build.yml:
extensions: - rhoconnect-client - uri - barcode - printing - printing_zebra - hardwarekeys - mspec - signature - mediacapture
|
|
dabs
Full Member
Posts: 78
|
Post by dabs on Sept 12, 2024 16:58:54 GMT
An update to this small problem of mine...
I updated my setup to 7.6.9 just to ensure I have the latest bits installed. The project still has mspec in the extensions list, and I still get the same errors as previously reported - just different paths (i.e. paths pointing to the 7.6.9 installation instead of 7.5.0).
I decided to try the dirty way of simply copying everything from C:\RhoMobileSuite7.6.9\ruby\lib\ruby\gems\2.5.0\gems\rhodes-7.6.9\lib\extensions\mspec into my app folder.
And that works.
Obviously NOT the solution I'm looking for... but it is a solution, so I can continue writing unit tests for my code.
|
|
|
Post by Alex Epifanov on Sept 12, 2024 22:08:04 GMT
|
|