lib/gapic/presenters/service_presenter.rb in gapic-generator-0.4.2 vs lib/gapic/presenters/service_presenter.rb in gapic-generator-0.5.0
- old
+ new
@@ -270,9 +270,13 @@
def test_client_file_path
service_file_path.sub ".rb", "_test.rb"
end
+ def test_paths_file_path
+ service_file_path.sub ".rb", "_paths_test.rb"
+ end
+
def test_client_operations_file_path
service_file_path.sub ".rb", "_operations_test.rb"
end
def stub_name