spec/rails/auth/acl/resource_spec.rb in rails-auth-2.1.4 vs spec/rails/auth/acl/resource_spec.rb in rails-auth-2.2.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
RSpec.describe Rails::Auth::ACL::Resource do
let(:example_method) { "GET" }
let(:another_method) { "POST" }
let(:example_path) { "/foobar" }
let(:another_path) { "/baz" }