Sha256: 51c06b9c85ddba266f3e7eba5c13be713fa45bce3b27a30e24a5fafe20689f44
Contents?: true
Size: 248 Bytes
Versions: 1
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true RSpec.describe Grape do describe '.config' do subject { described_class.config } it { is_expected.to eq(param_builder: Grape::Extensions::ActiveSupport::HashWithIndifferentAccess::ParamBuilder) } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
grape-1.8.0 | spec/grape/grape_spec.rb |