File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
1919 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
2020 spec . require_paths = [ 'lib' ]
2121
22- spec . add_runtime_dependency 'jsonapi-resources' , '0.9.8 '
22+ spec . add_runtime_dependency 'jsonapi-resources' , '0.9.10 '
2323
2424 spec . add_development_dependency 'bundler' , '~> 1.10'
2525 spec . add_development_dependency 'rake' , '~> 10.0'
Original file line number Diff line number Diff line change 2828 expect ( response ) . to have_http_status :ok
2929 expect ( response ) . to have_primary_data ( 'users' )
3030 expect ( response ) . to have_data_attributes ( fields )
31- expect ( response ) . to have_relationships ( relationships )
31+ expect ( response ) . to have_relationships ( relationships - [ 'profile' ] )
3232 end
3333
3434 context 'with "include"' do
You can’t perform that action at this time.
0 commit comments