Skip to content

issues Search Results · repo:jsonapi-rb/jsonapi-rspec language:Ruby

Filter by

11 results
 (143 ms)

11 results

injsonapi-rb/jsonapi-rspec (press backspace or delete to remove)

I need to add tests for included. https://jsonapi.org/examples/#sparse-fieldsets
  • ydakuka
  • Opened 
    on Aug 1, 2023
  • #34

I m speccing some serializers before switching out an old version of the Netflix fast JSON api serializer, and it returns the type as a symbol in the hash if that s how you define it. This is failing due ...
  • DEfusion
  • Opened 
    on Mar 17, 2021
  • #29

Expected Behavior Should be able to handle Arrays. Actual Behavior Does not handle arrays. Steps to Reproduce the Problem 1. Create a JSON Serialized object that has the data attribute as an array. ...
  • BrennickL
  • 4
  • Opened 
    on Nov 12, 2020
  • #27

Expected Behavior jsonapi-rspec gem should load within rake without issues Actual Behavior rake aborted! NoMethodError: undefined method `configure for RSpec:Module .../config/application.rb:20:in ...
  • sa73917
  • 4
  • Opened 
    on Jul 9, 2020
  • #20

FastJsonapi serializer returns keys as symbols with MySerializer.new(data).serializable_hash, including :attributes. It s pretty unobvious that you can say expect(data).to have_jsonapi_attributes(:foo, ...
enhancement
good first issue
help wanted
  • nattfodd
  • 5
  • Opened 
    on May 4, 2020
  • #17

Hey, thanks for writing and maintaining this gem! While 0.0.3 already exists as a tag on Github, it’s not yet cut and released as a new version to RubyGems. Would you mind releasing it, given the latest ...
  • jkintscher
  • 1
  • Opened 
    on Mar 25, 2020
  • #16

On rails 5.2.3 I am getting uninitialized constant RSpec::Matchers
  • caseyprovost
  • 3
  • Opened 
    on May 21, 2019
  • #11

have_meta will only succeed on EXACT matches. Often I have shared examples that test for some omnipresent meta in responses across many endpoints (example, a UUID identifying the request which we use for ...
enhancement
help wanted
  • mykecameron
  • 6
  • Opened 
    on Jul 19, 2018
  • #10

$ rails db:schema:load rails aborted! NameError: uninitialized constant RSpec /builds/quap/backend/vendor/ruby/2.4.0/gems/jsonapi-rspec-0.0.2/lib/jsonapi/rspec/id.rb:4:in ` module:Id /builds/quap/backend/vendor/ruby/2.4.0/gems/jsonapi-rspec-0.0.2/lib/jsonapi/rspec/id.rb:3:in ...
  • richipargo
  • 8
  • Opened 
    on Nov 10, 2017
  • #5

Thanks for this gem, it s really helpful. The matcher have_attributes clashes with rspec-expectations v3.4.0. I reckon it would be nice to have something like have_jsonapi_attributes or similar. Cheers. ...
bug
  • gabrielgasser
  • 2
  • Opened 
    on Nov 8, 2017
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub