spec/grape/util/inheritable_values_spec.rb in grape-0.11.0 vs spec/grape/util/inheritable_values_spec.rb in grape-0.12.0
- old
+ new
@@ -1,9 +1,9 @@
require 'spec_helper'
module Grape
module Util
describe InheritableValues do
- let(:parent){ InheritableValues.new }
+ let(:parent) { InheritableValues.new }
subject { InheritableValues.new(parent) }
describe '#delete' do
it 'deletes a key' do
subject[:some_thing] = :new_foo_bar