We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea424e1 commit d5491c9Copy full SHA for d5491c9
spec/integration/config/show/rails_admin_config_show_spec.rb
@@ -22,7 +22,7 @@ def do_request
22
end
23
24
it 'contains the JSONified object' do
25
- expect(JSON.parse(body)).to eq JSON.parse @player.to_json
+ expect(JSON.parse(body)).to eq JSON.parse @player.reload.to_json
26
27
28
0 commit comments