Skip to content

Commit 6ff2641

Browse files
author
graham jenson
committed
remove bad test
1 parent 7eff337 commit 6ff2641

File tree

1 file changed

+0
-15
lines changed
  • examples/simple_rails_api

1 file changed

+0
-15
lines changed

examples/simple_rails_api/BUILD

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,3 @@ ruby_binary(
2323
"@bundle//:rails",
2424
],
2525
)
26-
27-
ruby_test(
28-
name = "script_spec",
29-
srcs = [
30-
"script.rb",
31-
"spec/script_spec.rb",
32-
],
33-
main = "spec/script_spec.rb",
34-
rubyopt = ["-rrspec/autorun"], # require autorun because it is needed
35-
deps = [
36-
"//lib:foo",
37-
"@bundle//:awesome_print",
38-
"@bundle//:rspec",
39-
],
40-
)

0 commit comments

Comments
 (0)