spec/spec_helper.rb in upmin-admin-0.1.0 vs spec/spec_helper.rb in upmin-admin-0.1.01

- old
+ new

@@ -44,14 +44,14 @@ config.after(:each) do end # Uncomment this if you want to the page to be saved and opened after any test failure. - config.after do |example| - if example.metadata[:type] == :feature && example.exception.present? - save_and_open_page - end - end + # config.after do |example| + # if example.metadata[:type] == :feature && example.exception.present? + # save_and_open_page + # end + # end config.include(FactoryGirl::Syntax::Methods) config.include(ActionView::Helpers::NumberHelper, type: :view) end