Path: blob/trunk/rb/spec/unit/selenium/webdriver/remote/http/BUILD.bazel
3985 views
load("//rb/spec:tests.bzl", "rb_unit_test")
[
rb_unit_test(
name = file[:-8],
srcs = [file],
deps = ["//rb/lib/selenium/webdriver:remote"],
)
for file in glob(["*_spec.rb"])
]