mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-03-25 08:45:55 +00:00
Changed some cosmetics in layout
This commit is contained in:
parent
906d772202
commit
6b16d22123
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ describe Grape::Formatter::ActiveModelSerializers do
|
|||
end
|
||||
|
||||
describe 'serializer options from namespace' do
|
||||
let(:app){ Class.new(Grape::API) }
|
||||
let(:app) { Class.new(Grape::API) }
|
||||
|
||||
before do
|
||||
app.format :json
|
||||
|
|
|
|||
Loading…
Reference in a new issue