http_spec icon indicating copy to clipboard operation
http_spec copied to clipboard

RSpec DSL for describing HTTP API interactions

Results 2 http_spec issues
Sort by recently updated
recently updated
newest added

I wonder, if http_spec does not escape request strings intentionally or this could be added as a feature? For example if I write this request with semicolon escaped ``` ruby...

Check it: https://github.com/jcasimir/draper/blob/master/lib/draper/test/rspec_integration.rb You could do something similar, and rather than do an `include`, if the file path has some sort of name, tag them all, and then on the...