Skip to content

Commit c5388e5

Browse files
committed
Make grid the default rake target
1 parent 06d9118 commit c5388e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ JAVA_RELEASE_TARGETS = %w(
116116

117117
# Notice that because we're using rake, anything you can do in a normal rake
118118
# build can also be done here. For example, here we set the default task
119-
task :default => [:test]
119+
task :default => [:grid]
120120

121121
task :all => [
122122
:"selenium-java",

0 commit comments

Comments
 (0)