Skip to content

Commit

Permalink
Fix "Space inside {}" RuboCop offenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Mazierski committed Jun 26, 2015
1 parent 2e62e05 commit e5cc168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/grape/util/inheritable_values_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module Util
let(:obj_cloned) { subject.clone }

context 'complex (i.e. not primitive) data types (ex. entity classes, please see bug #891)' do
let(:description) { {entity: double} }
let(:description) { { entity: double } }

before { subject[:description] = description }

Expand Down

0 comments on commit e5cc168

Please sign in to comment.