chancancode / json_expressions

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

Would I be able to use rspec method 'match_json_expression' inside a cucumber step definitions? #31

Closed sbsabapathi closed 8 years ago

sbsabapathi commented 9 years ago

Hi there,

I found this very useful in my project. however this only seems to work with rspec tests. Is there any way I could make use of it in cucumber step definitions?

MiroslavCsonka commented 9 years ago

Hi, https://github.com/chancancode/json_expressions/issues/20 could help you. I'm using json_expressions with cucumber and I'm more than happy.

sbsabapathi commented 8 years ago

Thanks for your help. I was able to get it to work on cucumber too using your suggestion. Just forgot to close the issue