Skip to content

Commit

Permalink
rb - No More RC!
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Mar 15, 2016
1 parent e988bbb commit 1ff41b2
Show file tree
Hide file tree
Showing 47 changed files with 10 additions and 14,555 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,6 @@ task :test_java => [

task :test_rb => [
"//rb:unit-test",
"//rb:rc-client-unit-test",
"//rb:rc-client-integration-test",
"//rb:chrome-test",
"//rb:firefox-test",
"//rb:phantomjs-test",
Expand Down
65 changes: 10 additions & 55 deletions rb/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ rubygem(
"//rb:iphone",
"//rb:phantomjs",
"//rb:remote",
"//rb:rc-client",
"//rb:safari"
]
)
Expand All @@ -32,7 +31,6 @@ ruby_library(name = "common",
"lib/selenium/webdriver/common.rb",
"lib/selenium/webdriver.rb",
"lib/selenium/server.rb",
"lib/selenium/rake/server_task.rb",
"lib/selenium-webdriver.rb",
"selenium-webdriver.gemspec",
"Gemfile",
Expand Down Expand Up @@ -222,7 +220,7 @@ ruby_test(name = "remote",
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
"//java/server/src/org/openqa/selenium/remote/server:standalone-server",
":remote"
]
)
Expand All @@ -234,7 +232,7 @@ ruby_test(name = "remote-chrome",
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
"//java/server/src/org/openqa/selenium/remote/server:standalone-server",
":remote"
]
)
Expand All @@ -246,7 +244,7 @@ ruby_test(name = "remote-firefox",
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
"//java/server/src/org/openqa/selenium/remote/server:standalone-server",
":remote"
]
)
Expand All @@ -258,7 +256,7 @@ ruby_test(name = "remote-phantomjs",
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
"//java/server/src/org/openqa/selenium/remote/server:standalone-server",
":remote"
]
)
Expand All @@ -270,7 +268,7 @@ ruby_test(name = "remote-safari",
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
"//java/server/src/org/openqa/selenium/remote/server:standalone-server",
":remote"
]
)
Expand All @@ -282,7 +280,7 @@ ruby_test(name = "remote-ie",
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
"//java/server/src/org/openqa/selenium/remote/server:standalone-server",
":remote"
]
)
Expand All @@ -294,7 +292,7 @@ ruby_test(name = "remote-edge",
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
"//java/server/src/org/openqa/selenium/remote/server:standalone-server",
":edge"
]
)
Expand All @@ -306,7 +304,7 @@ ruby_test(name = "remote-marionette",
],
include = ["rb/spec/integration", "build/rb/lib"],
deps = [
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
"//java/server/src/org/openqa/selenium/remote/server:standalone-server",
":remote",
":firefox"
]
Expand All @@ -319,7 +317,7 @@ ruby_library(name = "safari",
],
deps = [
":common",
":remote",
":remote"
],
resources = [
{ "//javascript/safari-driver:client": "rb/lib/selenium/webdriver/safari/resources/client.js"}
Expand All @@ -337,22 +335,9 @@ ruby_test(name = "safari",
]
)

ruby_library(name = "rc-client",
srcs = [
"lib/selenium/client/**/*.rb",
"lib/selenium/client.rb",
"lib/selenium-client.rb",
"lib/selenium/rspec/**/*.rb",
],
deps = [
":common"
]
)

ruby_test(name = "unit",
srcs = [
"spec/unit/selenium/webdriver/**/*_spec.rb",
"spec/unit/selenium/rake/*_spec.rb",
"spec/unit/selenium/*_spec.rb",
],
include = ["rb/spec/unit", "build/rb/lib"],
Expand All @@ -367,36 +352,6 @@ ruby_test(name = "unit",
":remote",
":safari",
":phantomjs",
":support",
]
)

ruby_test(name = "rc-client-unit",
srcs = [
"spec/unit/selenium/client/**/*_spec.rb"
],
include = [
"build/rb/lib",
"rb/spec/unit"
],
deps = [
":rc-client"
]
)

ruby_test(name = "rc-client-integration",
srcs = [
"spec/integration/selenium/client/api/*_spec.rb",
"spec/integration/selenium/client/reporting/*_spec.rb",
"spec/integration/selenium/client/smoke/*_spec.rb"
],
include = [
"build/rb/lib",
"rb/spec/integration"
],
deps = [
"//java/server/test/org/openqa/selenium:server-with-tests:uber",
":rc-client",
":remote"
":support"
]
)
21 changes: 0 additions & 21 deletions rb/lib/selenium-client.rb

This file was deleted.

57 changes: 0 additions & 57 deletions rb/lib/selenium/client.rb

This file was deleted.

151 changes: 0 additions & 151 deletions rb/lib/selenium/client/base.rb

This file was deleted.

Loading

0 comments on commit 1ff41b2

Please sign in to comment.