weizheheng / ror.nvim

Have FUN builiding Ruby on Rails applications with Neovim!
MIT License
132 stars 15 forks source link

Error in 'filter_result' #19

Closed dvogt23 closed 8 months ago

dvogt23 commented 1 year ago

Get this error for execute tests:

[C]: in function 'filter_result'
^I...m/site/pack/packer/start/ror.nvim/lua/ror/test/rspec.lua:73: in function <...m/site/pack/packer/start/ror.nvim/lua/ror/test/rspec.lua:24> function: builtin#18 ...m/site/pack/packer/start/ror.nvi
m/lua/ror/test/rspec.lua:129: attempt to index field 'summary' (a nil value)
stack traceback:
^I...m/site/pack/packer/start/ror.nvim/lua/ror/test/rspec.lua:129: in function <...m/site/pack/packer/start/ror.nvim/lua/ror/test/rspec.lua:125> function: builtin#18 ...m/site/pack/packer/start/ror.n
vim/lua/ror/test/rspec.lua:73: Expected the end but found invalid token at character 5441

Any idea whats wrong?

Just run RorTestRun (Line)

borisrorsvort commented 1 year ago

@dvogt23 is your test running fine in a standalone terminal?

weizheheng commented 1 year ago

@dvogt23 Sorry I haven't been looking into the issues for a while, please let me know if you still need help. Thanks for trying out this plugin!

dvogt23 commented 8 months ago

it works for now, thanks guys 🙏🏾