spec/grape/util/inheritable_values_spec.rb in grape-1.2.5 vs spec/grape/util/inheritable_values_spec.rb in grape-1.3.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require 'spec_helper' module Grape module Util describe InheritableValues do let(:parent) { InheritableValues.new }