generators/rspec/templates/spec_helper.rb in howitzer-2.1.1 vs generators/rspec/templates/spec_helper.rb in howitzer-2.2.0
- old
+ new
@@ -13,9 +13,10 @@
config.include FactoryBot::Syntax::Methods
config.disable_monkey_patching!
config.color = true
config.wait_timeout = Howitzer.rspec_wait_timeout
+ config.order = Howitzer.test_order.presence || :defined
config.before(:each) do
scenario_name =
if RSpec.current_example.description.blank?
RSpec.current_example.metadata[:full_description]