chancancode / json_expressions

JSON matchmaking for all your API testing needs.
MIT License
415 stars 38 forks source link

Update rspec and expectation to newest version #33

Closed MiroslavCsonka closed 5 years ago

MiroslavCsonka commented 8 years ago

I would like to start developing some features and old syntax for RSpec annoyed me. So here is the newer one.

If anyone knows how to get this back, let me know. I still think this is relevant test.

it "includes JsonExpressions::RSpec::Matchers" do       
   modules = ::RSpec.configuration.include_or_extend_modules        
   modules.select! { |(mode,mod,_)| mode == :include }      
   modules.map! { |(mode,mod,_)| mod }      
  modules.should include(::JsonExpressions::RSpec::Matchers)        
end
chancancode commented 8 years ago

@MiroslavCsonka sadly, I wasn't able to dedicate enough time to maintain this gem. Since you started to work on this, would you be interested in taking over the repo/gem?

MiroslavCsonka commented 8 years ago

@chancancode Yeah sure. I was planning to implement new matcher syntax as proposed in https://github.com/chancancode/json_expressions/issues/18 and this PR is just pre-work that needed to be done before I get into the real stuff.

chancancode commented 8 years ago

@MiroslavCsonka just realized I never actually did it :P Fixed now, you should have push access now. I tried adding your github email to rubygems but that didn't work. If you can give me your RG email I can add you as an owner