Skip to content

Commit

Permalink
fix to match styleguide
Browse files Browse the repository at this point in the history
  • Loading branch information
plukevdh committed Jun 29, 2015
1 parent 6d3d142 commit 62fe025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/grape/endpoint_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def app
end
end

it "can access parent attributes" do
it 'can access parent attributes' do
get '/something/123/mount_space/456'
expect(last_response.status).to eq 200
json = JSON.parse(last_response.body, symbolize_names: true)
Expand Down

0 comments on commit 62fe025

Please sign in to comment.