spec/gumboot/application_controller_spec.rb in aaf-gumboot-1.0.0.pre.alpha.2 vs spec/gumboot/application_controller_spec.rb in aaf-gumboot-1.1.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
require 'spec_helper'
require 'gumboot/shared_examples/application_controller'
RSpec.describe ApplicationController, type: :controller do