Skip to content

Commit 73b6ed0

Browse files
author
remi Taylor
committed
Update RSpec config to run examples in random order
1 parent 8c56b06 commit 73b6ed0

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

appengine/endpoints/.rspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--tty --color --format documentation
1+
--tty --color --format documentation --order random

bigquery/.rspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--tty --color --format documentation
1+
--tty --color --format documentation --order random

datastore/.rspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--tty --color --format documentation
1+
--tty --color --format documentation --order random

logging/.rspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--tty --color --format documentation
1+
--tty --color --format documentation --order random

pubsub/.rspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--tty --color --format documentation
1+
--tty --color --format documentation --order random

storage/.rspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
--tty --color --format documentation
1+
--tty --color --format documentation --order random

0 commit comments

Comments
 (0)