Hi, the repl console seems to be irb, which I don't normally use to run tests from.
However, rspec seems to invoke. But I don't know which directory or filename pattern it is looking for.
So it comes back with: "ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux] rspec No examples found.
Finished in 0.00059 seconds (files took 0.24744 seconds to load) 0 examples, 0 failures"
Question: Which directory is it looking for rspec in? I've tried the root, and also a /spec and /rspec directory...
Thank you, Ian.
ħopefully I can find another REPL'r more familiar with ruby & rspec.
Using rspec in repl console
Hi, the repl console seems to be irb, which I don't normally use to run tests from.
However, rspec seems to invoke. But I don't know which directory or filename pattern it is looking for.
So it comes back with:
"ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux]
rspec
No examples found.
Finished in 0.00059 seconds (files took 0.24744 seconds to load)
0 examples, 0 failures"
Question: Which directory is it looking for rspec in?
I've tried the root, and also a /spec and /rspec directory...
Thank you,
Ian.
ħopefully I can find another REPL'r more familiar with ruby & rspec.