spec/internal/app/controllers/all_controller.rb in aureus-2.1.4 vs spec/internal/app/controllers/all_controller.rb in aureus-3.0.0

- old
+ new

@@ -1,14 +1,12 @@ class AllController < ActionController::Base - def index flash[:notice] = 'Notice' flash[:error] = 'Error' flash[:alert] = 'Alert' render :index, layout: 'application' end def centered render :centered, layout: 'naked' end - end