generators/rspec/templates/spec_helper.rb in howitzer-2.0.1 vs generators/rspec/templates/spec_helper.rb in howitzer-2.0.2

- old
+ new

@@ -10,11 +10,12 @@ Howitzer::Cache.store(:cloud, :start_time, Time.now.utc) Howitzer::Cache.store(:cloud, :status, true) config.include FactoryGirl::Syntax::Methods - config.disable_monkey_patching = true + config.disable_monkey_patching! config.color = true + config.wait_timeout = Howitzer.rspec_wait_timeout config.before(:each) do scenario_name = if RSpec.current_example.description.blank? RSpec.current_example.metadata[:full_description]