Skip to content

Commit c14a43a

Browse files
committed
this relies on order, order is now defined not default
1 parent a467fa8 commit c14a43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/model_specs/transactional_examples.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Feature: transactional examples
6262
6363
RSpec.configure do |c|
6464
c.use_transactional_examples = false
65-
c.order = "default"
65+
c.order = "defined"
6666
end
6767
6868
describe Widget do

0 commit comments

Comments
 (0)