You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gruf::Rspec.configure do |c|
c.rpc_spec_path = '/spec/contract/'
end
but it doesn't seem to recognize the run_rpc method (or other gruf-rspec test methods) in my test unless I move the test file into spec/rpc.
Is this working correctly or am I missing something if I want to put these tests in a directory other than "rpc".
Could there also/alternatively be an option to specify a test as a gruf-controller test as opposed to putting them all in the same folder and assuming that every test in that folder is a controller test? Perhaps by extending a base class that defines the run_rpc method?
Thank you!
The text was updated successfully, but these errors were encountered:
I tried to utilize a few variations of this code:
but it doesn't seem to recognize the run_rpc method (or other gruf-rspec test methods) in my test unless I move the test file into spec/rpc.
Is this working correctly or am I missing something if I want to put these tests in a directory other than "rpc".
Could there also/alternatively be an option to specify a test as a gruf-controller test as opposed to putting them all in the same folder and assuming that every test in that folder is a controller test? Perhaps by extending a base class that defines the run_rpc method?
Thank you!
The text was updated successfully, but these errors were encountered: