Ruby runner: uninitialized constant DataStoreFactory
Opened this issue · 1 comments
pimar57 commented
Hi,
I think in https://docs.gauge.org/writing-specifications.html?language=ruby#data-store
examples should have "Gauge::" before each "DataStoreFactory...." (which raise a 'uninitialized constant DataStoreFactory' error) to become "Gauge::DataStoreFactory...." which works fine in ruby runner.
Nice work guys!
Pierre
zabil commented
@pimar57 thanks for pointing that out!
Please feel free to make those changes and submit a pull request.
You can edit the file at https://github.com/getgauge/docs.gauge.org/edit/master/writing-specifications.rst (line 1709)