We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951d833 commit cdf0c89Copy full SHA for cdf0c89
spec/cpp_library_spec.rb
@@ -45,6 +45,7 @@ def get_relative_dir(sampleprojects_tests_dir)
45
dosomething_test_files = [
46
"DoSomething/test/good-null.cpp",
47
"DoSomething/test/good-library.cpp",
48
+ "DoSomething/test/find-something.cpp",
49
"DoSomething/test/bad-null.cpp",
50
].map { |f| Pathname.new(f) }
51
relative_paths = cpp_library.test_files.map { |f| get_relative_dir(f) }
0 commit comments