We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1337ab7 commit c9b64a1Copy full SHA for c9b64a1
1 file changed
spec/params_spec.rb
@@ -160,7 +160,9 @@
160
end
161
162
describe '#attributes' do
163
- subject(:attributes) { build(:user_parameter, **user_param_attributes).attributes(symbolize: symbolize, compact: compact) }
+ subject(:attributes) do
164
+ build(:user_parameter, **user_param_attributes).attributes(symbolize: symbolize, compact: compact)
165
+ end
166
167
let(:user_param_attributes) { attributes_for(:user_parameter) }
168
let(:compact) { false }
0 commit comments