Skip to content

Commit 50d6002

Browse files
committed
Revert "Move contextual tests into their own bucket"
This reverts commit 93671f7.
1 parent c628728 commit 50d6002

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,13 @@ CLASSIFIERS = [
4444
[%r,^mongoid/attribute,, :attributes],
4545
[%r,^mongoid/association/[or],, :associations_referenced],
4646
[%r,^mongoid/association,, :associations],
47-
[%r,^mongoid/contextual,, :contextual],
4847
[%r,^mongoid,, :unit],
4948
[%r,^integration,, :integration],
5049
[%r,^rails,, :rails],
5150
]
5251

5352
RUN_PRIORITY = %i(
54-
unit attributes contextual associations_referenced associations
53+
unit attributes associations_referenced associations
5554
integration rails
5655
)
5756

0 commit comments

Comments
 (0)