mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-27 14:57:43 +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
|
end
|
||||||
|
|
||||||
describe 'serializer options from namespace' do
|
describe 'serializer options from namespace' do
|
||||||
let(:app){ Class.new(Grape::API) }
|
let(:app) { Class.new(Grape::API) }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
app.format :json
|
app.format :json
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue